Lines Matching full:transmit
38 * @CAIF_CTRLCMD_FLOW_OFF_IND: Flow Control is OFF, transmit function
41 * @CAIF_CTRLCMD_FLOW_ON_IND: Flow Control is ON, transmit function
82 * @CAIF_MODEMCMD_FLOW_ON_REQ: Flow Control is ON, transmit function
85 * @CAIF_MODEMCMD_FLOW_OFF_REQ: Flow Control is OFF, transmit function
121 * @transmit: Packet transmit funciton.
146 * layer->dn->transmit(layer->dn, info, packet);
182 * transmit() - Transmit Function (non-blocking).
183 * Contract: Each layer must implement a transmit function passing the
187 * transmit function. This means that the packet
189 * layer using dn->transmit().
193 * Callers of the transmit function shall not free packets,
206 int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt); member