Searched refs:calc_tx_flits (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 101 * calc_tx_flits() for a TSO packet with nr_frags == MAX_SKB_FRAGS 845 * calc_tx_flits - calculate the number of flits for a packet TX WR 851 static inline unsigned int calc_tx_flits(const struct sk_buff *skb) in calc_tx_flits() function 1215 flits = calc_tx_flits(skb); in t4vf_eth_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 579 static unsigned int calc_tx_flits(const struct sk_buff *skb, in calc_tx_flits() function 632 credit_len = 8 * calc_tx_flits(skb, immdlen); in chtls_push_frames()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 101 * calc_tx_flits() for a TSO packet with nr_frags == MAX_SKB_FRAGS 845 * calc_tx_flits - calculate the number of flits for a packet TX WR 851 static inline unsigned int calc_tx_flits(const struct sk_buff *skb) in calc_tx_flits() function 1212 flits = calc_tx_flits(skb); in t4vf_eth_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 579 static unsigned int calc_tx_flits(const struct sk_buff *skb, in calc_tx_flits() function 632 credit_len = 8 * calc_tx_flits(skb, immdlen); in chtls_push_frames()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 751 * calc_tx_flits - calculate the number of flits for a packet Tx WR 758 static inline unsigned int calc_tx_flits(const struct sk_buff *skb, in calc_tx_flits() function 817 return flits_to_desc(calc_tx_flits(skb, chip_ver)); in calc_tx_descs() 1562 flits = calc_tx_flits(skb, chip_ver); in cxgb4_eth_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 751 * calc_tx_flits - calculate the number of flits for a packet Tx WR 758 static inline unsigned int calc_tx_flits(const struct sk_buff *skb, in calc_tx_flits() function 817 return flits_to_desc(calc_tx_flits(skb, chip_ver)); in calc_tx_descs() 1562 flits = calc_tx_flits(skb, chip_ver); in cxgb4_eth_xmit()
|
Completed in 24 milliseconds