Home
last modified time | relevance | path

Searched refs:FW_VI_MAC_CMD_IDX_GET (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1068 u16 index = FW_VI_MAC_CMD_IDX_GET( in t4vf_alloc_mac_filt()
1143 ret = FW_VI_MAC_CMD_IDX_GET(be16_to_cpu(p->valid_to_idx)); in t4vf_change_mac()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2403 u16 index = FW_VI_MAC_CMD_IDX_GET(ntohs(p->valid_to_idx)); in t4_alloc_mac_filt()
2456 ret = FW_VI_MAC_CMD_IDX_GET(ntohs(p->valid_to_idx)); in t4_change_mac()
Dt4fw_api.h897 #define FW_VI_MAC_CMD_IDX_GET(x) (((x) >> 0) & 0x3ff) macro