Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c1726 ftid = adap->ethtool_filters->port[pi->port_id].loc_array[loc]; in cxgb4_ntuple_get_filter()
1846 filter_id = filter_info->loc_array[cmd->fs.location]; in cxgb4_ntuple_del_filter()
1918 filter_info->loc_array[cmd->fs.location] = tid; in cxgb4_ntuple_set_filter()
2229 kvfree(eth_filter_info[i].loc_array); in cxgb4_cleanup_ethtool_filters()
2267 eth_filter->port[i].loc_array = kvzalloc(nentries, GFP_KERNEL); in cxgb4_init_ethtool_filters()
2268 if (!eth_filter->port[i].loc_array) { in cxgb4_init_ethtool_filters()
2286 kvfree(eth_filter->port[i].loc_array); in cxgb4_init_ethtool_filters()
Dcxgb4.h1094 u32 *loc_array; /* Array holding the actual TIDs set to filters */ member