Lines Matching defs:tdev
1828 * @tdev: the offload device to send to
1835 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb)
1837 struct adapter *adap = tdev2adap(tdev);
1870 * @tdev: the offload device that will be receiving the packets
1877 static inline void deliver_partial_bundle(struct t3cdev *tdev,
1883 tdev->recv(tdev, skbs, n);
1931 adapter->tdev.recv(&adapter->tdev, skbs,
1942 deliver_partial_bundle(&adapter->tdev, q, skbs, ngathered);
1950 * @tdev: the offload device receiving the packet
1959 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq,
1970 tdev->recv(tdev, rx_gather, RX_BUNDLE_SIZE);
2438 ngathered = rx_offload(&adap->tdev, q, skb,
2449 deliver_partial_bundle(&adap->tdev, q, offload_skbs, ngathered);