Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1032 if (naddr > FW_CLS_TCAM_NUM_ENTRIES) in t4vf_alloc_mac_filt()
1073 (index >= FW_CLS_TCAM_NUM_ENTRIES in t4vf_alloc_mac_filt()
1076 if (index < FW_CLS_TCAM_NUM_ENTRIES) in t4vf_alloc_mac_filt()
1144 if (ret >= FW_CLS_TCAM_NUM_ENTRIES) in t4vf_change_mac()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h858 #define FW_CLS_TCAM_NUM_ENTRIES 336 macro