Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c599 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local
614 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
620 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
624 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
634 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
650 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
661 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
683 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc()
746 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc()
749 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc()
[all …]
H A Dbnxt_hsi.h8247 __le16 action_flags; member
/linux/include/xen/interface/
H A Dxen-mca.h167 uint8_t action_flags; member
/linux/net/tipc/
H A Dnode.c124 int action_flags; member
401 u32 flags = n->action_flags; in tipc_node_write_unlock()
419 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock()
872 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up()
893 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up()
1003 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down()
1541 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact()
3102 i += scnprintf(buf + i, sz - i, " %x", n->action_flags); in tipc_node_dump()