Lines Matching refs:action_flags
592 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local
605 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
611 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
615 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
625 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
641 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
652 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
674 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc()
737 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc()
740 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc()
744 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
752 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
760 req.action_flags = cpu_to_le16(action_flags); in bnxt_hwrm_cfa_flow_alloc()