Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h297 struct cpl_tx_pkt_core { struct
306 struct cpl_tx_pkt_core c; argument
/dpdk/drivers/net/cxgbe/
H A Dsge.c522 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
525 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
864 flits += sizeof(struct cpl_tx_pkt_core) / sizeof(__be64); in should_tx_packet_coalesce()
944 struct cpl_tx_pkt_core *cpl; in tx_do_packet_coalesce()
959 cpl = (struct cpl_tx_pkt_core *)(sc_imm + 1); in tx_do_packet_coalesce()
962 cpl = (struct cpl_tx_pkt_core *)q->coalesce.ptr; in tx_do_packet_coalesce()
1047 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit()