Home
last modified time | relevance | path

Searched refs:NFP_NET_CFG_MBOX_SIMPLE_VAL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ctrl.h409 #define NFP_NET_CFG_MBOX_SIMPLE_VAL 0x8 macro
427 #define NFP_NET_CFG_VLAN_FILTER NFP_NET_CFG_MBOX_SIMPLE_VAL
438 #define NFP_NET_CFG_MULTICAST NFP_NET_CFG_MBOX_SIMPLE_VAL
H A Dccm_mbox.c57 NFP_NET_CFG_MBOX_SIMPLE_VAL - /* common mbox command header */ in nfp_ccm_mbox_max_msg()
158 off = nn->tlv_caps.mbox_off + NFP_NET_CFG_MBOX_SIMPLE_VAL; in nfp_ccm_mbox_copy_in()
221 NFP_NET_CFG_MBOX_SIMPLE_VAL; in nfp_ccm_mbox_copy_out()
377 int space = nn->tlv_caps.mbox_len - NFP_NET_CFG_MBOX_SIMPLE_VAL; in nfp_ccm_mbox_run_queue_unlock()
H A Dnfp_net_common.c295 if (nn->tlv_caps.mbox_len < NFP_NET_CFG_MBOX_SIMPLE_VAL + data_size) { in nfp_net_mbox_lock()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c306 nn_writel(nn, nn->tlv_caps.mbox_off + NFP_NET_CFG_MBOX_SIMPLE_VAL, in nfp_nic_dcbnl_ieee_setets()
356 nn_writel(nn, nn->tlv_caps.mbox_off + NFP_NET_CFG_MBOX_SIMPLE_VAL, in nfp_nic_dcbnl_ieee_setmaxrate()
387 nn_writel(nn, nn->tlv_caps.mbox_off + NFP_NET_CFG_MBOX_SIMPLE_VAL, in nfp_nic_set_trust_status()
419 NFP_NET_CFG_MBOX_SIMPLE_VAL, NFP_DCB_MSG_MSK_DSCP); in nfp_nic_set_dscp2prio()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c43 #define NFP_NET_ABM_MBOX_DATALEN NFP_NET_CFG_MBOX_SIMPLE_VAL
44 #define NFP_NET_ABM_MBOX_RESERVED (NFP_NET_CFG_MBOX_SIMPLE_VAL + 4)
45 #define NFP_NET_ABM_MBOX_DATA (NFP_NET_CFG_MBOX_SIMPLE_VAL + 8)
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c135 unsigned int offset = nn->tlv_caps.mbox_off + NFP_NET_CFG_MBOX_SIMPLE_VAL; in nfp_net_ipsec_cfg()