Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgbe/common/
HDt4_hw.c7870 c.r_caps_to_nethctrl = cpu_to_be32(V_FW_PFVF_CMD_R_CAPS(rcaps) | in t4_cfg_pfvf()
/freebsd-head/sys/dev/cxgbe/firmware/
HDt4fw_interface.h5178 #define V_FW_PFVF_CMD_R_CAPS(x) ((x) << S_FW_PFVF_CMD_R_CAPS) macro