Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3063 switch (G_FW_WR_OP(be32toh(wr->op_pkd))) { in wr_can_update_eq()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h168 #define G_FW_WR_OP(x) (((x) >> S_FW_WR_OP) & M_FW_WR_OP) macro