/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1783 struct cpl_tx_pkt *cpl; in t1_start_xmit() 1819 cpl = (struct cpl_tx_pkt *)hdr; in t1_start_xmit() 2011 sizeof(struct cpl_tx_pkt), in espibug_workaround_t204() 2043 sizeof(struct cpl_tx_pkt), in espibug_workaround()
|
H A D | cpl5_cmd.h | 435 struct cpl_tx_pkt { struct
|
H A D | cxgb2.c | 1103 sizeof(struct cpl_tx_pkt_lso) : sizeof(struct cpl_tx_pkt); in init_one()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1813 struct cpl_tx_pkt *cpl; in t1_start_xmit() 1849 cpl = (struct cpl_tx_pkt *)hdr; in t1_start_xmit() 2041 sizeof(struct cpl_tx_pkt), in espibug_workaround_t204() 2073 sizeof(struct cpl_tx_pkt), in espibug_workaround()
|
H A D | cpl5_cmd.h | 426 struct cpl_tx_pkt { struct
|
H A D | cxgb2.c | 1054 sizeof(struct cpl_tx_pkt_lso) : sizeof(struct cpl_tx_pkt); in init_one()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 948 if (skb->len <= WR_LEN - sizeof(struct cpl_tx_pkt)) in calc_tx_descs() 1190 struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)d; in write_tx_pkt_wr() 1304 if (skb->len > (WR_LEN - sizeof(struct cpl_tx_pkt))) { in t3_eth_xmit()
|
H A D | t3_cpl.h | 1083 struct cpl_tx_pkt { struct 1098 /* cpl_tx_pkt*.cntrl fields */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 942 if (skb->len <= WR_LEN - sizeof(struct cpl_tx_pkt)) in calc_tx_descs() 1185 struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)d; in write_tx_pkt_wr() 1299 if (skb->len > (WR_LEN - sizeof(struct cpl_tx_pkt))) { in t3_eth_xmit()
|
H A D | t3_cpl.h | 1083 struct cpl_tx_pkt { struct 1098 /* cpl_tx_pkt*.cntrl fields */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 355 hdrlen += sizeof(struct cpl_tx_pkt); in is_eth_imm() 395 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_sec_flits()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 359 hdrlen += sizeof(struct cpl_tx_pkt); in is_eth_imm() 399 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_sec_flits()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 834 struct cpl_tx_pkt { struct 839 #define cpl_tx_pkt_xt cpl_tx_pkt
|
H A D | sge.c | 743 hdrlen += sizeof(struct cpl_tx_pkt); in is_eth_imm() 776 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_flits() 1793 return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt), in t4vf_calc_tx_flits() 1800 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in t4vf_calc_tx_flits()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 834 struct cpl_tx_pkt { struct 839 #define cpl_tx_pkt_xt cpl_tx_pkt
|
H A D | sge.c | 743 hdrlen += sizeof(struct cpl_tx_pkt); in is_eth_imm() 776 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_flits() 1794 return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt), in t4vf_calc_tx_flits() 1801 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in t4vf_calc_tx_flits()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 861 return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt), in calc_tx_flits() 869 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_flits()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 861 return DIV_ROUND_UP(skb->len + sizeof(struct cpl_tx_pkt), in calc_tx_flits() 869 * cpl_tx_pkt structures), followed by either a TX Packet Write CPL in calc_tx_flits()
|