Home
last modified time | relevance | path

Searched refs:accept_flags (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c538 struct qed_filter_accept_flags accept_flags) in qed_sp_update_accept_mode() argument
541 accept_flags.update_rx_mode_config; in qed_sp_update_accept_mode()
544 accept_flags.update_tx_mode_config; in qed_sp_update_accept_mode()
548 u8 accept_filter = accept_flags.rx_accept_filter; in qed_sp_update_accept_mode()
579 u8 accept_filter = accept_flags.tx_accept_filter; in qed_sp_update_accept_mode()
739 qed_sp_update_accept_mode(p_hwfn, p_ramrod, p_params->accept_flags); in qed_sp_vport_update()
783 memcpy(&s_params.accept_flags, p_accept_flags, in qed_vf_pf_accept_flags()
791 struct qed_filter_accept_flags accept_flags, in qed_filter_accept_cmd() argument
803 vport_update_params.accept_flags = accept_flags; in qed_filter_accept_cmd()
813 rc = qed_vf_pf_accept_flags(p_hwfn, &accept_flags); in qed_filter_accept_cmd()
[all …]
H A Dqed_vf.c1030 return !!(p_data->accept_flags.update_rx_mode_config || in qed_vf_handle_vp_update_is_needed()
1031 p_data->accept_flags.update_tx_mode_config); in qed_vf_handle_vp_update_is_needed()
1128 update_rx = p_params->accept_flags.update_rx_mode_config; in qed_vf_pf_vport_update()
1129 update_tx = p_params->accept_flags.update_tx_mode_config; in qed_vf_pf_vport_update()
1141 p_params->accept_flags.rx_accept_filter; in qed_vf_pf_vport_update()
1147 p_params->accept_flags.tx_accept_filter; in qed_vf_pf_vport_update()
H A Dqed_l2.h194 struct qed_filter_accept_flags accept_flags; member
H A Dqed_sriov.c2829 struct qed_filter_accept_flags *p_flags = &p_data->accept_flags; in qed_iov_vp_update_accept_flag()
2985 struct qed_filter_accept_flags *flags = &params->accept_flags; in qed_iov_pre_update_vport()
5140 flags = &params.accept_flags; in qed_iov_handle_trust_change()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c590 unsigned long accept_flags) in bnx2x_vf_prep_rx_mode() argument
599 ramrod->rx_accept_flags = accept_flags; in bnx2x_vf_prep_rx_mode()
600 ramrod->tx_accept_flags = accept_flags; in bnx2x_vf_prep_rx_mode()
613 int qid, unsigned long accept_flags) in bnx2x_vf_rxmode() argument
619 bnx2x_vf_prep_rx_mode(bp, qid, &ramrod, vf, accept_flags); in bnx2x_vf_rxmode()
621 vfq_get(vf, qid)->accept_flags = ramrod.rx_accept_flags; in bnx2x_vf_rxmode()
2767 unsigned long accept_flags; in bnx2x_set_vf_vlan_acceptance() local
2770 accept_flags = bnx2x_leading_vfq(vf, accept_flags); in bnx2x_set_vf_vlan_acceptance()
2772 set_bit(BNX2X_ACCEPT_ANY_VLAN, &accept_flags); in bnx2x_set_vf_vlan_acceptance()
2774 clear_bit(BNX2X_ACCEPT_ANY_VLAN, &accept_flags); in bnx2x_set_vf_vlan_acceptance()
[all …]
H A Dbnx2x_sriov.h84 unsigned long accept_flags; /* last accept flags configured */ member
464 int qid, unsigned long accept_flags);
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1125 enum qed_filter_rx_mode_type *accept_flags) in qede_configure_mcast_filtering() argument
1165 if (*accept_flags == QED_FILTER_RX_MODE_TYPE_REGULAR) in qede_configure_mcast_filtering()
1166 *accept_flags = QED_FILTER_RX_MODE_TYPE_MULTI_PROMISC; in qede_configure_mcast_filtering()
1189 enum qed_filter_rx_mode_type accept_flags; in qede_config_rx_mode() local
1226 accept_flags = QED_FILTER_RX_MODE_TYPE_PROMISC; in qede_config_rx_mode()
1228 accept_flags = QED_FILTER_RX_MODE_TYPE_REGULAR; in qede_config_rx_mode()
1245 accept_flags = QED_FILTER_RX_MODE_TYPE_PROMISC; in qede_config_rx_mode()
1248 rc = qede_configure_mcast_filtering(ndev, &accept_flags); in qede_config_rx_mode()
1263 edev->ops->filter_config_rx_mode(edev->cdev, accept_flags); in qede_config_rx_mode()
/linux/tools/include/uapi/linux/
H A Dio_uring.h60 __u32 accept_flags; member
/linux/include/uapi/linux/
H A Dio_uring.h60 __u32 accept_flags; member
/linux/io_uring/
H A Dnet.c1616 accept->flags = READ_ONCE(sqe->accept_flags); in io_accept_prep()
H A Dio_uring.c3799 BUILD_BUG_SQE_ELEM(28, __u32, accept_flags); in io_uring_init()