Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c299 BUG_ON(pi->port_id != FW_VI_CMD_PORTID_GET(vi_rpl.portid_pkd)); in t4vf_port_init()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1343 #define FW_VI_CMD_PORTID_GET(x) (((x) >> 4) & 0xf) macro