Searched refs:t4_ofld_send (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 178 t4_ofld_send(adap, skb); in send_pending() 236 return t4_ofld_send(adap, skb); in cxgb4_l2t_send() 566 t4_ofld_send(adap, skb); in t4_l2t_update()
|
H A D | cxgb4_filter.c | 76 t4_ofld_send(adap, skb); in set_tcb_field() 934 t4_ofld_send(adapter, skb); in set_filter_wr() 1492 t4_ofld_send(adapter, skb); in cxgb4_set_hash_filter() 1791 t4_ofld_send(adapter, skb); in cxgb4_del_hash_filter()
|
H A D | cxgb4.h | 1622 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb);
|
H A D | sge.c | 3150 * t4_ofld_send - send an offload packet 3158 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) in t4_ofld_send() function 3173 * Sends an offload packet. This is an exported version of @t4_ofld_send, 3178 return t4_ofld_send(netdev2adap(dev), skb); in cxgb4_ofld_send()
|
H A D | cxgb4_main.c | 1786 t4_ofld_send(adap, skb); in process_tid_release_list() 1824 t4_ofld_send(adap, skb); in cxgb4_remove_tid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 178 t4_ofld_send(adap, skb); in send_pending() 236 return t4_ofld_send(adap, skb); in cxgb4_l2t_send() 566 t4_ofld_send(adap, skb); in t4_l2t_update()
|
H A D | cxgb4_filter.c | 76 t4_ofld_send(adap, skb); in set_tcb_field() 934 t4_ofld_send(adapter, skb); in set_filter_wr() 1492 t4_ofld_send(adapter, skb); in cxgb4_set_hash_filter() 1791 t4_ofld_send(adapter, skb); in cxgb4_del_hash_filter()
|
H A D | cxgb4.h | 1618 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb);
|
H A D | sge.c | 3156 * t4_ofld_send - send an offload packet 3164 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) in t4_ofld_send() function 3179 * Sends an offload packet. This is an exported version of @t4_ofld_send, 3184 return t4_ofld_send(netdev2adap(dev), skb); in cxgb4_ofld_send()
|
H A D | cxgb4_main.c | 1785 t4_ofld_send(adap, skb); in process_tid_release_list() 1823 t4_ofld_send(adap, skb); in cxgb4_remove_tid()
|
Completed in 46 milliseconds