Home
last modified time | relevance | path

Searched refs:src_fid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.h100 u16 src_fid; member
193 int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid,
206 static inline int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, in bnxt_tc_setup_flower() argument
Dbnxt_tc.c448 req.src_fid = cpu_to_le16(flow->src_fid); in bnxt_hwrm_cfa_flow_alloc()
1265 u16 src_fid) in bnxt_tc_set_src_fid() argument
1268 flow->src_fid = bp->pf.fw_fid; in bnxt_tc_set_src_fid()
1270 flow->src_fid = src_fid; in bnxt_tc_set_src_fid()
1286 static int bnxt_tc_add_flow(struct bnxt *bp, u16 src_fid, in bnxt_tc_add_flow() argument
1309 bnxt_tc_set_src_fid(bp, flow, src_fid); in bnxt_tc_add_flow()
1574 int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, in bnxt_tc_setup_flower() argument
1579 return bnxt_tc_add_flow(bp, src_fid, cls_flower); in bnxt_tc_setup_flower()
Dbnxt_hsi.h5492 __le16 src_fid; member