Lines Matching refs:fs
252 &tc_port_matchall->ingress.fs[filter_type]); in cxgb4_matchall_del_filter()
268 struct ch_filter_specification *fs; in cxgb4_matchall_add_filter() local
284 fs = &tc_port_matchall->ingress.fs[filter_type]; in cxgb4_matchall_add_filter()
285 memset(fs, 0, sizeof(*fs)); in cxgb4_matchall_add_filter()
288 fs->prio = 1; in cxgb4_matchall_add_filter()
289 fs->tc_prio = cls->common.prio; in cxgb4_matchall_add_filter()
290 fs->tc_cookie = cls->cookie; in cxgb4_matchall_add_filter()
291 fs->type = filter_type; in cxgb4_matchall_add_filter()
292 fs->hitcnts = 1; in cxgb4_matchall_add_filter()
294 fs->val.pfvf_vld = 1; in cxgb4_matchall_add_filter()
295 fs->val.pf = adap->pf; in cxgb4_matchall_add_filter()
296 fs->val.vf = pi->vin; in cxgb4_matchall_add_filter()
298 cxgb4_process_flow_actions(dev, &cls->rule->action, fs); in cxgb4_matchall_add_filter()
300 ret = cxgb4_set_filter(dev, fidx, fs); in cxgb4_matchall_add_filter()
420 tc_port_matchall->ingress.fs[0].tc_cookie) in cxgb4_tc_matchall_destroy()
452 ingress->fs[i].hash); in cxgb4_tc_matchall_stats()