Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb4vf/
Dt4vf_hw.c1033 if (naddr > FW_CLS_TCAM_NUM_ENTRIES) in t4vf_alloc_mac_filt()
1074 (index >= FW_CLS_TCAM_NUM_ENTRIES in t4vf_alloc_mac_filt()
1077 if (index < FW_CLS_TCAM_NUM_ENTRIES) in t4vf_alloc_mac_filt()
1145 if (ret >= FW_CLS_TCAM_NUM_ENTRIES) in t4vf_change_mac()
/linux-2.6.39/drivers/net/cxgb4/
Dt4fw_api.h858 #define FW_CLS_TCAM_NUM_ENTRIES 336 macro