Searched defs:ftid (Results 1 - 2 of 2) sorted by last modified time

/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1309 unsigned int ftid; local
1328 ftid = adapter->tids.ftid_base + fidx;
1345 htonl(V_FW_FILTER_WR_TID(ftid) |
1423 unsigned int len, ftid; local
1426 ftid = adapter->tids.ftid_base + fidx;
1430 t4_mk_filtdelwr(ftid, fwr, adapter->sge.fw_evtq.abs_id);
H A Dt4_hw.c2546 * @ftid: the filter ID
2553 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) argument
2558 wr->tid_to_iq = htonl(V_FW_FILTER_WR_TID(ftid) |

Completed in 50 milliseconds