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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h123 u16 src_fid; member in struct:bnxt_tc_flow
218 int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid,
231 static inline int bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, argument
H A Dbnxt_tc.c45 * For PFs: src_fid is the fid of the PF
46 * For VF-reps: src_fid the fid of the VF
602 req->src_fid = cpu_to_le16(flow->src_fid);
1496 u16 src_fid)
1498 flow->l2_key.dir = (bp->pf.fw_fid == src_fid) ? BNXT_DIR_RX : BNXT_DIR_TX;
1502 u16 src_fid)
1505 flow->src_fid = bp->pf.fw_fid;
1507 flow->src_fid = src_fid;
1495 bnxt_tc_set_flow_dir(struct bnxt *bp, struct bnxt_tc_flow *flow, u16 src_fid) argument
1501 bnxt_tc_set_src_fid(struct bnxt *bp, struct bnxt_tc_flow *flow, u16 src_fid) argument
1523 bnxt_tc_add_flow(struct bnxt *bp, u16 src_fid, struct flow_cls_offload *tc_flow_cmd) argument
1849 bnxt_tc_setup_flower(struct bnxt *bp, u16 src_fid, struct flow_cls_offload *cls_flower) argument
[all...]
H A Dbnxt_hsi.h7985 __le16 src_fid; member in struct:hwrm_cfa_flow_alloc_input
8142 __le16 src_fid; member in struct:hwrm_cfa_flow_info_output

Completed in 162 milliseconds