Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1112 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1159 wrp->wr_hi |= htonl(F_WR_EOP); in write_wr_hdr_sgl()
1230 | F_WR_SOP | F_WR_EOP | compl); in write_tx_pkt_wr()
1396 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()
1490 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
Dt3_cpl.h270 #define F_WR_EOP V_WR_EOP(1U) macro