Lines Matching full:transmit
36 * @CAIF_CTRLCMD_FLOW_OFF_IND: Flow Control is OFF, transmit function
39 * @CAIF_CTRLCMD_FLOW_ON_IND: Flow Control is ON, transmit function
80 * @CAIF_MODEMCMD_FLOW_ON_REQ: Flow Control is ON, transmit function
83 * @CAIF_MODEMCMD_FLOW_OFF_REQ: Flow Control is OFF, transmit function
119 * @transmit: Packet transmit function.
144 * layer->dn->transmit(layer->dn, info, packet);
180 * transmit() - Transmit Function (non-blocking).
181 * Contract: Each layer must implement a transmit function passing the
185 * transmit function. This means that the packet
187 * layer using dn->transmit().
191 * Callers of the transmit function shall not free packets,
204 int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt); member