Lines Matching refs:iob
452 if ( tcb->status || tcb->iob ) { in ifec_net_transmit()
464 tcb->iob = iobuf; in ifec_net_transmit()
842 struct io_buffer *iob = priv->rx_iobs[cur_rx]; in ifec_rx_process() local
850 while ( iob && rfd && ( status = rfd->status ) ) { in ifec_rx_process()
860 netdev_rx_err ( netdev, iob, -EINVAL ); in ifec_rx_process()
863 iob_put ( iob, rx_len ); in ifec_rx_process()
864 DBG2 ( "Received packet: %p, len: %d\n", iob, rx_len ); in ifec_rx_process()
865 netdev_rx ( netdev, iob ); in ifec_rx_process()
875 iob = priv->rx_iobs[cur_rx]; in ifec_rx_process()
1039 while ( ( status = tcb->status ) && tcb->iob ) { in ifec_tx_process()
1043 netdev_tx_complete_err ( netdev, tcb->iob, -EINVAL ); in ifec_tx_process()
1046 netdev_tx_complete ( netdev, tcb->iob ); in ifec_tx_process()
1050 tcb->iob = NULL; in ifec_tx_process()
1086 tcb->iob = NULL; in ifec_tx_setup()