Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5209 const int lso = sizeof(struct cpl_tx_pkt_lso_core); in calculate_mbuf_len16()
5349 struct cpl_tx_pkt_lso_core *lso; in write_lso_cpl()
5461 ctrl += sizeof(struct cpl_tx_pkt_lso_core); in write_txpkt_vm_wr()
5598 ctrl += sizeof(struct cpl_tx_pkt_lso_core); in write_txpkt_wr()
6542 n += sizeof(struct cpl_tx_pkt_lso_core); in txpkt_eo_len16()
6652 ctrl += sizeof(struct cpl_tx_pkt_lso_core); in write_ethofld_wr()
6684 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in write_ethofld_wr()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1407 struct cpl_tx_pkt_lso_core { struct
1418 struct cpl_tx_pkt_lso_core c; argument