Home
last modified time | relevance | path

Searched defs:mbx (Results 1 - 25 of 89) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_mbox.c8 static void cptvf_send_msg_to_pf(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in cptvf_send_msg_to_pf() argument
20 struct cpt_mbox mbx = {}; in cptvf_handle_mbox_intr() local
58 cptvf_send_msg_to_pf_timeout(struct cpt_vf *cptvf, struct cpt_mbox *mbx) cptvf_send_msg_to_pf_timeout() argument
92 struct cpt_mbox mbx = {}; cptvf_check_pf_ready() local
110 struct cpt_mbox mbx = {}; cptvf_send_vq_size_msg() local
128 struct cpt_mbox mbx = {}; cptvf_send_vf_to_grp_msg() local
147 struct cpt_mbox mbx = {}; cptvf_send_vf_priority_msg() local
165 struct cpt_mbox mbx = {}; cptvf_send_vf_up() local
182 struct cpt_mbox mbx = {}; cptvf_send_vf_down() local
[all...]
H A Dcptpf_mbox.c89 struct cpt_mbox mbx = {}; in cpt_handle_mbox_intr() local
8 cpt_send_msg_to_vf(struct cpt_device *cpt, int vf, struct cpt_mbox *mbx) cpt_send_msg_to_vf() argument
20 cpt_mbox_send_ack(struct cpt_device *cpt, int vf, struct cpt_mbox *mbx) cpt_mbox_send_ack() argument
146 cpt_mbox_intr_handler(struct cpt_device *cpt, int mbx) cpt_mbox_intr_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_mbox.c8 static void cptvf_send_msg_to_pf(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in cptvf_send_msg_to_pf() argument
20 struct cpt_mbox mbx = {}; in cptvf_handle_mbox_intr() local
58 cptvf_send_msg_to_pf_timeout(struct cpt_vf *cptvf, struct cpt_mbox *mbx) cptvf_send_msg_to_pf_timeout() argument
92 struct cpt_mbox mbx = {}; cptvf_check_pf_ready() local
110 struct cpt_mbox mbx = {}; cptvf_send_vq_size_msg() local
128 struct cpt_mbox mbx = {}; cptvf_send_vf_to_grp_msg() local
147 struct cpt_mbox mbx = {}; cptvf_send_vf_priority_msg() local
165 struct cpt_mbox mbx = {}; cptvf_send_vf_up() local
182 struct cpt_mbox mbx = {}; cptvf_send_vf_down() local
[all...]
H A Dcptpf_mbox.c89 struct cpt_mbox mbx = {}; in cpt_handle_mbox_intr() local
8 cpt_send_msg_to_vf(struct cpt_device *cpt, int vf, struct cpt_mbox *mbx) cpt_send_msg_to_vf() argument
20 cpt_mbox_send_ack(struct cpt_device *cpt, int vf, struct cpt_mbox *mbx) cpt_mbox_send_ack() argument
146 cpt_mbox_intr_handler(struct cpt_device *cpt, int mbx) cpt_mbox_intr_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_mbox.c86 struct otx_cpt_mbox mbx = {}; in otx_cptvf_handle_mbox_intr() local
75 cptvf_send_msg_to_pf(struct otx_cptvf *cptvf, struct otx_cpt_mbox *mbx) cptvf_send_msg_to_pf() argument
128 cptvf_send_msg_to_pf_timeout(struct otx_cptvf *cptvf, struct otx_cpt_mbox *mbx) cptvf_send_msg_to_pf_timeout() argument
161 struct otx_cpt_mbox mbx = {}; otx_cptvf_check_pf_ready() local
176 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vq_size_msg() local
191 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_to_grp_msg() local
210 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_priority_msg() local
226 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_up() local
240 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_down() local
[all...]
H A Dotx_cptpf_mbox.c74 otx_cpt_send_msg_to_vf(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cpt_send_msg_to_vf() argument
86 otx_cpt_mbox_send_ack(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cpt_mbox_send_ack() argument
95 otx_cptpf_mbox_send_nack(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cptpf_mbox_send_nack() argument
181 struct otx_cpt_mbox mbx = {}; otx_cpt_handle_mbox_intr() local
240 otx_cpt_mbox_intr_handler(struct otx_cpt_device *cpt, int mbx) otx_cpt_mbox_intr_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c15 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_poll_for_msg() local
38 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_poll_for_ack() local
64 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_read_posted_mbx() local
90 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_write_posted_mbx() local
296 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_init_mbx_params_vf() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c14 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_msg() local
40 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_ack() local
69 struct e1000_mbx_info *mbx = &hw->mbx; e1000_read_posted_mbx() local
95 struct e1000_mbx_info *mbx = &hw->mbx; e1000_write_posted_mbx() local
311 struct e1000_mbx_info *mbx = &hw->mbx; e1000_init_mbx_params_vf() local
[all...]
H A Dvf.c106 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_reset_hw_vf() local
212 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_update_mc_addr_list_vf() local
251 struct e1000_mbx_info *mbx = &hw->mbx; e1000_set_vfta_vf() local
281 struct e1000_mbx_info *mbx = &hw->mbx; e1000_rlpml_set_vf() local
301 struct e1000_mbx_info *mbx = &hw->mbx; e1000_rar_set_vf() local
341 struct e1000_mbx_info *mbx = &hw->mbx; e1000_set_uc_addr_vf() local
381 struct e1000_mbx_info *mbx = &hw->mbx; e1000_check_for_link_vf() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_mbox.c86 struct otx_cpt_mbox mbx = {}; in otx_cptvf_handle_mbox_intr() local
75 cptvf_send_msg_to_pf(struct otx_cptvf *cptvf, struct otx_cpt_mbox *mbx) cptvf_send_msg_to_pf() argument
128 cptvf_send_msg_to_pf_timeout(struct otx_cptvf *cptvf, struct otx_cpt_mbox *mbx) cptvf_send_msg_to_pf_timeout() argument
161 struct otx_cpt_mbox mbx = {}; otx_cptvf_check_pf_ready() local
174 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vq_size_msg() local
187 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_to_grp_msg() local
206 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_priority_msg() local
220 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_up() local
232 struct otx_cpt_mbox mbx = {}; otx_cptvf_send_vf_down() local
[all...]
H A Dotx_cptpf_mbox.c74 otx_cpt_send_msg_to_vf(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cpt_send_msg_to_vf() argument
86 otx_cpt_mbox_send_ack(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cpt_mbox_send_ack() argument
95 otx_cptpf_mbox_send_nack(struct otx_cpt_device *cpt, int vf, struct otx_cpt_mbox *mbx) otx_cptpf_mbox_send_nack() argument
181 struct otx_cpt_mbox mbx = {}; otx_cpt_handle_mbox_intr() local
240 otx_cpt_mbox_intr_handler(struct otx_cpt_device *cpt, int mbx) otx_cpt_mbox_intr_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c14 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_msg() local
40 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_ack() local
69 struct e1000_mbx_info *mbx = &hw->mbx; e1000_read_posted_mbx() local
95 struct e1000_mbx_info *mbx = &hw->mbx; e1000_write_posted_mbx() local
311 struct e1000_mbx_info *mbx = &hw->mbx; e1000_init_mbx_params_vf() local
[all...]
H A Dvf.c106 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_reset_hw_vf() local
212 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_update_mc_addr_list_vf() local
251 struct e1000_mbx_info *mbx = &hw->mbx; e1000_set_vfta_vf() local
281 struct e1000_mbx_info *mbx = &hw->mbx; e1000_rlpml_set_vf() local
301 struct e1000_mbx_info *mbx = &hw->mbx; e1000_rar_set_vf() local
341 struct e1000_mbx_info *mbx = &hw->mbx; e1000_set_uc_addr_vf() local
381 struct e1000_mbx_info *mbx = &hw->mbx; e1000_check_for_link_vf() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c19 struct e1000_mbx_info *mbx = &hw->mbx; in igb_read_mbx() local
43 struct e1000_mbx_info *mbx = &hw->mbx; in igb_write_mbx() local
64 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_msg() local
82 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_ack() local
100 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_rst() local
118 struct e1000_mbx_info *mbx = &hw->mbx; igb_unlock_mbx() local
136 struct e1000_mbx_info *mbx = &hw->mbx; igb_poll_for_msg() local
165 struct e1000_mbx_info *mbx = &hw->mbx; igb_poll_for_ack() local
198 struct e1000_mbx_info *mbx = &hw->mbx; igb_read_posted_mbx() local
225 struct e1000_mbx_info *mbx = &hw->mbx; igb_write_posted_mbx() local
451 struct e1000_mbx_info *mbx = &hw->mbx; igb_init_mbx_params_pf() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c20 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_mbx() local
43 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_mbx() local
63 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_msg() local
80 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_ack() local
97 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_rst() local
114 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_poll_for_msg() local
139 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_poll_for_ack() local
168 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_read_posted_mbx() local
195 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_write_posted_mbx() local
404 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_init_mbx_params_pf() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c15 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_poll_for_msg() local
37 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_poll_for_ack() local
202 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_obtain_mbx_lock_vf() local
412 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_init_mbx_params_vf() local
441 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_poll_mbx() local
470 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbevf_write_mbx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c19 struct e1000_mbx_info *mbx = &hw->mbx; in igb_read_mbx() local
43 struct e1000_mbx_info *mbx = &hw->mbx; in igb_write_mbx() local
64 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_msg() local
82 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_ack() local
100 struct e1000_mbx_info *mbx = &hw->mbx; igb_check_for_rst() local
118 struct e1000_mbx_info *mbx = &hw->mbx; igb_unlock_mbx() local
136 struct e1000_mbx_info *mbx = &hw->mbx; igb_poll_for_msg() local
165 struct e1000_mbx_info *mbx = &hw->mbx; igb_poll_for_ack() local
198 struct e1000_mbx_info *mbx = &hw->mbx; igb_read_posted_mbx() local
225 struct e1000_mbx_info *mbx = &hw->mbx; igb_write_posted_mbx() local
451 struct e1000_mbx_info *mbx = &hw->mbx; igb_init_mbx_params_pf() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c20 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_mbx() local
43 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_mbx() local
63 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_msg() local
80 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_ack() local
97 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_check_for_rst() local
114 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_poll_for_msg() local
139 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_poll_for_ack() local
168 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_read_posted_mbx() local
195 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_write_posted_mbx() local
404 struct ixgbe_mbx_info *mbx = &hw->mbx; ixgbe_init_mbx_params_pf() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c228 struct fm10k_mbx_info *mbx in fm10k_iov_mbx() local
8 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) fm10k_iov_msg_error() argument
33 fm10k_iov_msg_queue_mac_vlan(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) fm10k_iov_msg_queue_mac_vlan() argument
[all...]
H A Dfm10k_common.c476 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_get_host_state_generic() local
H A Dfm10k_vf.c169 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_vlan_vf() local
275 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_uc_addr_vf() local
200 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info __always_unused *mbx) fm10k_msg_mac_vlan_vf() argument
318 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_mc_addr_vf() local
351 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_int_moderator_vf() local
378 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info __always_unused *mbx) fm10k_msg_lport_state_vf() argument
402 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_lport_state_vf() local
430 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_xcast_mode_vf() local
[all...]
H A Dfm10k_tlv.c544 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, struct fm10k_mbx_info *mbx, const struct fm10k_msg_data *data) fm10k_tlv_msg_parse() argument
590 fm10k_tlv_msg_error(struct fm10k_hw __always_unused *hw, u32 __always_unused **results, struct fm10k_mbx_info __always_unused *mbx) fm10k_tlv_msg_error() argument
707 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) fm10k_tlv_msg_test() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c476 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_get_host_state_generic() local
H A Dfm10k_vf.c169 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_vlan_vf() local
275 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_uc_addr_vf() local
200 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info __always_unused *mbx) fm10k_msg_mac_vlan_vf() argument
318 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_mc_addr_vf() local
351 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_int_moderator_vf() local
378 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info __always_unused *mbx) fm10k_msg_lport_state_vf() argument
402 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_lport_state_vf() local
430 struct fm10k_mbx_info *mbx = &hw->mbx; fm10k_update_xcast_mode_vf() local
[all...]
H A Dfm10k_iov.c228 struct fm10k_mbx_info *mbx in fm10k_iov_mbx() local
8 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) fm10k_iov_msg_error() argument
33 fm10k_iov_msg_queue_mac_vlan(struct fm10k_hw *hw, u32 **results, struct fm10k_mbx_info *mbx) fm10k_iov_msg_queue_mac_vlan() argument
[all...]

Completed in 12 milliseconds

1234