Home
last modified time | relevance | path

Searched refs:ftid (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c556 int ftid = 0; in cxgb4_get_free_ftid() local
602 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 …]
A Dcxgb4_ethtool.c1632 u32 ftid) in cxgb4_get_filter_entry() argument
1636 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() local
1726 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()
A Dcxgb4.h1959 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
A Dt4_hw.c6487 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) in t4_mk_filtdelwr() argument
6492 wr->tid_to_iq = cpu_to_be32(FW_FILTER_WR_TID_V(ftid) | in t4_mk_filtdelwr()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls.h392 __be32 ftid; member

Completed in 41 milliseconds