Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4387 caps &= ~V_FW_PORT_CAP32_FC(M_FW_PORT_CAP32_FC); in t4_set_link_pause()
4655 lc->admin_caps &= ~V_FW_PORT_CAP32_FC(M_FW_PORT_CAP32_FC); in t4_init_link_config()
H A Dt4fw_interface.h1633 #define V_FW_PORT_CAP32_FC(x) ((x) << S_FW_PORT_CAP32_FC) macro