Home
last modified time | relevance | path

Searched refs:FILTER_TUPLE_V (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c267 req->params = cpu_to_be64(FILTER_TUPLE_V( in send_act_open_req()
295 req->params = cpu_to_be64(FILTER_TUPLE_V( in send_act_open_req()
395 req->params = cpu_to_be64(FILTER_TUPLE_V(cxgb4_select_ntuple( in send_act_open_req6()
420 req->params = cpu_to_be64(FILTER_TUPLE_V(cxgb4_select_ntuple( in send_act_open_req6()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dcm.c863 cpu_to_be64(FILTER_TUPLE_V(params)); in send_connect()
869 cpu_to_be64(FILTER_TUPLE_V(params)); in send_connect()
916 cpu_to_be64(FILTER_TUPLE_V(params)); in send_connect()
922 cpu_to_be64(FILTER_TUPLE_V(params)); in send_connect()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c1321 t6req->params = cpu_to_be64(FILTER_TUPLE_V(hash_filter_ntuple(&f->fs, in mk_act_open_req6()
1358 t6req->params = cpu_to_be64(FILTER_TUPLE_V(hash_filter_ntuple(&f->fs, in mk_act_open_req()
Dt4_msg.h517 #define FILTER_TUPLE_V(x) ((x) << FILTER_TUPLE_S) macro