Searched refs:ftid (Results 1 – 5 of 5) sorted by relevance
556 int ftid = 0; in cxgb4_get_free_ftid() local602 while (ftid < max_ftid) { in cxgb4_get_free_ftid()603 if (ftid < t->nhpftids) { in cxgb4_get_free_ftid()615 ftid = t->nhpftids; in cxgb4_get_free_ftid()620 bmap_ftid = ftid; in cxgb4_get_free_ftid()636 if (ftid < t->nftids) { in cxgb4_get_free_ftid()637 f = &t->ftid_tab[ftid]; in cxgb4_get_free_ftid()643 ftid = t->nhpftids; in cxgb4_get_free_ftid()655 if (ftid + n > max_ftid) in cxgb4_get_free_ftid()675 ftid &= ~(n - 1); in cxgb4_get_free_ftid()[all …]
1632 u32 ftid) in cxgb4_get_filter_entry() argument1636 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()1637 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()1639 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()1640 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()1642 return lookup_tid(t, ftid); in cxgb4_get_filter_entry()1711 int ftid; in cxgb4_ntuple_get_filter() local1726 ftid = adap->ethtool_filters->port[pi->port_id].loc_array[loc]; in cxgb4_ntuple_get_filter()1729 f = cxgb4_get_filter_entry(adap, ftid); in cxgb4_ntuple_get_filter()
1959 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
6487 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument6492 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
392 __be32 ftid; member
Completed in 41 milliseconds