Home
last modified time | relevance | path

Searched refs:V_FW_WR_OP (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h14 (w)->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_TP_WR) | \
28 (w)->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR) | \
H A Dcxgbe_filter.c733 wr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_FILTER2_WR)); in t4_mk_filtdelwr()
735 wr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_FILTER_WR)); in t4_mk_filtdelwr()
804 fwr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_FILTER2_WR)); in set_filter_wr()
806 fwr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_FILTER_WR)); in set_filter_wr()
H A Dsge.c849 wr->op_pkd = htonl(V_FW_WR_OP(FW_ETH_TX_PKTS2_WR)); in ship_tx_pkt_coalesce_wr()
859 wr->op_pkd = htonl(V_FW_WR_OP(FW_ETH_TX_PKTS2_WR)); in ship_tx_pkt_coalesce_wr()
862 wr->op_pkd = htonl(V_FW_WR_OP(FW_ETH_TX_PKTS_VM_WR)); in ship_tx_pkt_coalesce_wr()
1208 wr->op_immdlen = htonl(V_FW_WR_OP(is_pf4(adap) ? in t4_eth_xmit()
1231 wr->op_immdlen = htonl(V_FW_WR_OP(is_pf4(adap) ? in t4_eth_xmit()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h80 #define V_FW_WR_OP(x) ((x) << S_FW_WR_OP) macro