Home
last modified time | relevance | path

Searched defs:mbx (Results 1 – 25 of 91) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c132 static u16 fm10k_mbx_index_len(struct fm10k_mbx_info *mbx, u16 head, u16 tail) in fm10k_mbx_index_len()
151 static u16 fm10k_mbx_tail_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_add()
167 static u16 fm10k_mbx_tail_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_sub()
183 static u16 fm10k_mbx_head_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_add()
199 static u16 fm10k_mbx_head_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_sub()
214 static u16 fm10k_mbx_pushed_tail_len(struct fm10k_mbx_info *mbx) in fm10k_mbx_pushed_tail_len()
296 static u16 fm10k_mbx_validate_msg_size(struct fm10k_mbx_info *mbx, u16 len) in fm10k_mbx_validate_msg_size()
331 struct fm10k_mbx_info *mbx) in fm10k_mbx_write_copy()
383 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head()
424 struct fm10k_mbx_info *mbx) in fm10k_mbx_read_copy()
[all …]
Dfm10k_vf.c169 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_vlan_vf() local
201 struct fm10k_mbx_info __always_unused *mbx) in fm10k_msg_mac_vlan_vf()
275 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_uc_addr_vf() local
318 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_mc_addr_vf() local
351 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_int_moderator_vf() local
379 struct fm10k_mbx_info __always_unused *mbx) in fm10k_msg_lport_state_vf()
402 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_lport_state_vf() local
430 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_xcast_mode_vf() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c132 static u16 fm10k_mbx_index_len(struct fm10k_mbx_info *mbx, u16 head, u16 tail) in fm10k_mbx_index_len()
151 static u16 fm10k_mbx_tail_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_add()
167 static u16 fm10k_mbx_tail_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_sub()
183 static u16 fm10k_mbx_head_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_add()
199 static u16 fm10k_mbx_head_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_sub()
214 static u16 fm10k_mbx_pushed_tail_len(struct fm10k_mbx_info *mbx) in fm10k_mbx_pushed_tail_len()
296 static u16 fm10k_mbx_validate_msg_size(struct fm10k_mbx_info *mbx, u16 len) in fm10k_mbx_validate_msg_size()
331 struct fm10k_mbx_info *mbx) in fm10k_mbx_write_copy()
383 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head()
424 struct fm10k_mbx_info *mbx) in fm10k_mbx_read_copy()
[all …]
Dfm10k_vf.c169 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_vlan_vf() local
201 struct fm10k_mbx_info __always_unused *mbx) in fm10k_msg_mac_vlan_vf()
275 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_uc_addr_vf() local
318 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_mc_addr_vf() local
351 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_int_moderator_vf() local
379 struct fm10k_mbx_info __always_unused *mbx) in fm10k_msg_lport_state_vf()
402 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_lport_state_vf() local
430 struct fm10k_mbx_info *mbx = &hw->mbx; in fm10k_update_xcast_mode_vf() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcptvf_mbox.c8 static void cptvf_send_msg_to_pf(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in cptvf_send_msg_to_pf()
20 struct cpt_mbox mbx = {}; in cptvf_handle_mbox_intr() local
59 struct cpt_mbox *mbx) in cptvf_send_msg_to_pf_timeout()
92 struct cpt_mbox mbx = {}; in cptvf_check_pf_ready() local
110 struct cpt_mbox mbx = {}; in cptvf_send_vq_size_msg() local
128 struct cpt_mbox mbx = {}; in cptvf_send_vf_to_grp_msg() local
147 struct cpt_mbox mbx = {}; in cptvf_send_vf_priority_msg() local
165 struct cpt_mbox mbx = {}; in cptvf_send_vf_up() local
182 struct cpt_mbox mbx = {}; in cptvf_send_vf_down() local
Dcptpf_mbox.c9 struct cpt_mbox *mbx) in cpt_send_msg_to_vf()
21 struct cpt_mbox *mbx) in cpt_mbox_send_ack()
89 struct cpt_mbox mbx = {}; in cpt_handle_mbox_intr() local
146 void cpt_mbox_intr_handler (struct cpt_device *cpt, int mbx) in cpt_mbox_intr_handler()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
Dcptvf_mbox.c8 static void cptvf_send_msg_to_pf(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in cptvf_send_msg_to_pf()
20 struct cpt_mbox mbx = {}; in cptvf_handle_mbox_intr() local
59 struct cpt_mbox *mbx) in cptvf_send_msg_to_pf_timeout()
92 struct cpt_mbox mbx = {}; in cptvf_check_pf_ready() local
110 struct cpt_mbox mbx = {}; in cptvf_send_vq_size_msg() local
128 struct cpt_mbox mbx = {}; in cptvf_send_vf_to_grp_msg() local
147 struct cpt_mbox mbx = {}; in cptvf_send_vf_priority_msg() local
165 struct cpt_mbox mbx = {}; in cptvf_send_vf_up() local
182 struct cpt_mbox mbx = {}; in cptvf_send_vf_down() local
Dcptpf_mbox.c9 struct cpt_mbox *mbx) in cpt_send_msg_to_vf()
21 struct cpt_mbox *mbx) in cpt_mbox_send_ack()
89 struct cpt_mbox mbx = {}; in cpt_handle_mbox_intr() local
146 void cpt_mbox_intr_handler (struct cpt_device *cpt, int mbx) in cpt_mbox_intr_handler()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
Dotx_cptvf_mbox.c76 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf()
86 struct otx_cpt_mbox mbx = {}; in otx_cptvf_handle_mbox_intr() local
129 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf_timeout()
161 struct otx_cpt_mbox mbx = {}; in otx_cptvf_check_pf_ready() local
174 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vq_size_msg() local
187 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_to_grp_msg() local
206 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_priority_msg() local
220 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_up() local
232 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_down() local
Dotx_cptpf_mbox.c75 struct otx_cpt_mbox *mbx) in otx_cpt_send_msg_to_vf()
87 struct otx_cpt_mbox *mbx) in otx_cpt_mbox_send_ack()
96 struct otx_cpt_mbox *mbx) in otx_cptpf_mbox_send_nack()
181 struct otx_cpt_mbox mbx = {}; in otx_cpt_handle_mbox_intr() local
240 void otx_cpt_mbox_intr_handler (struct otx_cpt_device *cpt, int mbx) in otx_cpt_mbox_intr_handler()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_mbox.c76 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf()
86 struct otx_cpt_mbox mbx = {}; in otx_cptvf_handle_mbox_intr() local
129 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf_timeout()
161 struct otx_cpt_mbox mbx = {}; in otx_cptvf_check_pf_ready() local
176 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vq_size_msg() local
191 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_to_grp_msg() local
210 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_priority_msg() local
226 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_up() local
240 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_down() local
Dotx_cptpf_mbox.c75 struct otx_cpt_mbox *mbx) in otx_cpt_send_msg_to_vf()
87 struct otx_cpt_mbox *mbx) in otx_cpt_mbox_send_ack()
96 struct otx_cpt_mbox *mbx) in otx_cptpf_mbox_send_nack()
181 struct otx_cpt_mbox mbx = {}; in otx_cpt_handle_mbox_intr() local
240 void otx_cpt_mbox_intr_handler (struct otx_cpt_device *cpt, int mbx) in otx_cpt_mbox_intr_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
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; in ixgbe_check_for_msg() local
80 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_ack() local
97 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_rst() local
114 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_msg() local
139 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_ack() local
168 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_posted_mbx() local
195 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_posted_mbx() local
404 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_init_mbx_params_pf() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
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; in ixgbe_check_for_msg() local
80 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_ack() local
97 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_rst() local
114 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_msg() local
139 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_ack() local
168 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_posted_mbx() local
195 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_posted_mbx() local
404 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_init_mbx_params_pf() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
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; in igb_check_for_msg() local
82 struct e1000_mbx_info *mbx = &hw->mbx; in igb_check_for_ack() local
100 struct e1000_mbx_info *mbx = &hw->mbx; in igb_check_for_rst() local
118 struct e1000_mbx_info *mbx = &hw->mbx; in igb_unlock_mbx() local
136 struct e1000_mbx_info *mbx = &hw->mbx; in igb_poll_for_msg() local
165 struct e1000_mbx_info *mbx = &hw->mbx; in igb_poll_for_ack() local
198 struct e1000_mbx_info *mbx = &hw->mbx; in igb_read_posted_mbx() local
225 struct e1000_mbx_info *mbx = &hw->mbx; in igb_write_posted_mbx() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
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; in igb_check_for_msg() local
82 struct e1000_mbx_info *mbx = &hw->mbx; in igb_check_for_ack() local
100 struct e1000_mbx_info *mbx = &hw->mbx; in igb_check_for_rst() local
118 struct e1000_mbx_info *mbx = &hw->mbx; in igb_unlock_mbx() local
136 struct e1000_mbx_info *mbx = &hw->mbx; in igb_poll_for_msg() local
165 struct e1000_mbx_info *mbx = &hw->mbx; in igb_poll_for_ack() local
198 struct e1000_mbx_info *mbx = &hw->mbx; in igb_read_posted_mbx() local
225 struct e1000_mbx_info *mbx = &hw->mbx; in igb_write_posted_mbx() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
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; in e1000_set_vfta_vf() local
281 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rlpml_set_vf() local
301 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rar_set_vf() local
341 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_set_uc_addr_vf() local
381 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_link_vf() local
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; in e1000_read_posted_mbx() local
95 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_posted_mbx() local
311 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_init_mbx_params_vf() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
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; in e1000_set_vfta_vf() local
281 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rlpml_set_vf() local
301 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rar_set_vf() local
341 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_set_uc_addr_vf() local
381 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_link_vf() local
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; in e1000_read_posted_mbx() local
95 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_posted_mbx() local
311 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_init_mbx_params_vf() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
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; in ixgbevf_read_posted_mbx() local
90 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_write_posted_mbx() local
296 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_init_mbx_params_vf() local
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c119 static void nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx) in nicvf_write_to_mbx()
127 int nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx) in nicvf_send_msg_to_pf()
169 union nic_mbx mbx = {}; in nicvf_check_pf_ready() local
183 union nic_mbx mbx = {}; in nicvf_send_cfg_done() local
202 union nic_mbx mbx = {}; in nicvf_handle_mbx_intr() local
304 union nic_mbx mbx = {}; in nicvf_hw_set_mac_addr() local
315 union nic_mbx mbx = {}; in nicvf_config_cpi() local
327 union nic_mbx mbx = {}; in nicvf_get_rss_size() local
336 union nic_mbx mbx = {}; in nicvf_config_rss() local
404 union nic_mbx mbx = {}; in nicvf_request_sqs() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c119 static void nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx) in nicvf_write_to_mbx()
127 int nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx) in nicvf_send_msg_to_pf()
169 union nic_mbx mbx = {}; in nicvf_check_pf_ready() local
183 union nic_mbx mbx = {}; in nicvf_send_cfg_done() local
202 union nic_mbx mbx = {}; in nicvf_handle_mbx_intr() local
303 union nic_mbx mbx = {}; in nicvf_hw_set_mac_addr() local
314 union nic_mbx mbx = {}; in nicvf_config_cpi() local
326 union nic_mbx mbx = {}; in nicvf_get_rss_size() local
335 union nic_mbx mbx = {}; in nicvf_config_rss() local
403 union nic_mbx mbx = {}; in nicvf_request_sqs() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
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; in ixgbevf_obtain_mbx_lock_vf() local
412 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_init_mbx_params_vf() local
441 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_poll_mbx() local
470 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_write_mbx() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1126 struct bnx2x_vf_mbx *mbx = BP_VF_MBX(bp, vf->index); in bnx2x_vf_mbx_resp_single_tlv() local
1143 struct bnx2x_vf_mbx *mbx = BP_VF_MBX(bp, vf->index); in bnx2x_vf_mbx_resp_send_msg() local
1255 struct bnx2x_vf_mbx *mbx, int vfop_status) in bnx2x_vf_mbx_acquire_resp()
1381 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_acquire_chk_dorq()
1398 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_acquire()
1468 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_init_vf()
1519 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_setup_q()
1919 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_set_q_filters()
1945 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_teardown_q()
1958 struct bnx2x_vf_mbx *mbx) in bnx2x_vf_mbx_close_vf()
[all …]

1234