Home
last modified time | relevance | path

Searched refs:cpl_tx_pkt_core (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h297 struct cpl_tx_pkt_core { struct
306 struct cpl_tx_pkt_core c; argument
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c591 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
594 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
931 flits += sizeof(struct cpl_tx_pkt_core) / sizeof(__be64); in should_tx_packet_coalesce()
1004 struct cpl_tx_pkt_core *cpl; in tx_do_packet_coalesce()
1019 cpl = (struct cpl_tx_pkt_core *)(sc_imm + 1); in tx_do_packet_coalesce()
1022 cpl = (struct cpl_tx_pkt_core *)q->coalesce.ptr; in tx_do_packet_coalesce()
1107 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit()