| /freebsd-13.1/sys/dev/oce/ |
| H A D | oce_mbox.c | 81 struct oce_mbx *mbx; in oce_reset_fun() local 129 struct oce_bmbx *mbx; in oce_fw_clean() local 290 struct oce_mbx mbx; in oce_get_fw_version() local 334 struct oce_mbx *mbx; in oce_first_mcc_cmd() local 440 struct oce_mbx mbx; in oce_read_mac_addr() local 493 struct oce_mbx mbx; in oce_get_fw_config() local 567 struct oce_mbx mbx; in oce_if_create() local 625 struct oce_mbx mbx; in oce_if_del() local 672 struct oce_mbx mbx; in oce_config_vlan() local 731 struct oce_mbx mbx; in oce_set_flow_control() local [all …]
|
| H A D | oce_queue.c | 357 struct oce_mbx mbx; in oce_wq_del() local 524 struct oce_mbx mbx; in oce_rq_del() local 602 struct oce_mbx mbx; in oce_eq_del() local 633 struct oce_mbx mbx; in oce_mq_create() local 740 struct oce_mbx mbx; in oce_mq_free() local 779 oce_destroy_q(POCE_SOFTC sc, struct oce_mbx *mbx, size_t req_size, in oce_destroy_q() 888 struct oce_mbx mbx; in oce_cq_del() local 1237 struct oce_mbx mbx; in oce_stop_rx() local
|
| H A D | oce_user.h | 85 struct oce_mbx *mbx; member
|
| H A D | oce_if.h | 659 struct oce_mbx *mbx; member
|
| H A D | oce_hw.h | 842 struct oce_mbx mbx; member
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | ixgbe_mbx.c | 50 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_mbx() local 76 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_mbx() local 100 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_msg() local 120 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_ack() local 140 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_rst() local 160 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_msg() local 192 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_poll_for_ack() local 228 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_posted_mbx() local 258 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_posted_mbx() local 285 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_init_mbx_ops_generic() local [all …]
|
| H A D | ixgbe_vf.c | 176 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_reset_hw_vf() local 328 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbevf_write_msg_read_ack() local 384 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_update_mc_addr_list_vf() local 609 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_mac_link_vf() local
|
| H A D | ixgbe_type.h | 4217 struct ixgbe_mbx_info mbx; member
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | e1000_mbx.c | 79 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_read_mbx() local 105 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_mbx() local 128 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_msg() local 148 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_ack() local 168 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_rst() local 188 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_msg() local 219 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_poll_for_ack() local 253 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_read_posted_mbx() local 282 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_posted_mbx() local 309 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_init_mbx_ops_generic() local [all …]
|
| H A D | e1000_vf.c | 261 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_reset_hw_vf() local 327 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rar_set_vf() local 384 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_msg_read_ack() local 482 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_promisc_set_vf() local 537 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_link_vf() local
|
| H A D | e1000_vf.h | 270 struct e1000_mbx_info mbx; member
|
| H A D | e1000_hw.h | 1033 struct e1000_mbx_info mbx; member
|
| /freebsd-13.1/sys/dev/vnic/ |
| H A D | nicvf_main.c | 843 nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx) in nicvf_write_to_mbx() 852 nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx) in nicvf_send_msg_to_pf() 892 union nic_mbx mbx = {}; in nicvf_check_pf_ready() local 917 union nic_mbx mbx = {}; in nicvf_handle_mbx_intr() local 981 union nic_mbx mbx = {}; in nicvf_update_hw_max_frs() local 993 union nic_mbx mbx = {}; in nicvf_hw_set_mac_addr() local 1005 union nic_mbx mbx = {}; in nicvf_config_cpi() local 1018 union nic_mbx mbx = {}; in nicvf_get_rss_size() local 1028 union nic_mbx mbx = {}; in nicvf_config_rss() local 1113 union nic_mbx mbx = {}; in nicvf_init_resources() local [all …]
|
| H A D | nic_main.c | 422 nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf() 449 union nic_mbx mbx = {}; in nic_mbx_send_ready() local 485 union nic_mbx mbx = {}; in nic_mbx_send_ack() local 499 union nic_mbx mbx = {}; in nic_mbx_send_nack() local 534 union nic_mbx mbx = {}; in nic_get_bgx_stats() local 775 union nic_mbx mbx = {}; in nic_send_rss_size() local 893 union nic_mbx mbx = {}; in nic_handle_mbx_intr() local 1005 nic_mbx_intr_handler(struct nicpf *nic, int mbx) in nic_mbx_intr_handler() 1204 union nic_mbx mbx = {}; in nic_poll_for_link() local
|
| H A D | nicvf_queues.c | 1217 union nic_mbx mbx = {}; in nicvf_reclaim_rcv_queue() local 1291 union nic_mbx mbx = {}; in nicvf_rcv_queue_config() local 1409 union nic_mbx mbx = {}; in nicvf_snd_queue_config() local 1492 union nic_mbx mbx = {}; in nicvf_qset_config() local
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_sriov.c | 1752 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_acquire() local 2130 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_start_vport() local 2273 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_start_rxq_resp() local 2347 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_start_rxq() local 2619 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_start_txq() local 2767 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_stop_rxqs() local 2805 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_stop_txqs() local 2845 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_update_rxqs() local 3213 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_vport_update() local 3442 struct ecore_iov_vf_mbx *mbx = &vf->vf_mbx; in ecore_iov_vf_mbx_ucast_filter() local [all …]
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | sli4.c | 438 sli_dump_bmbx_command(sli4_t *sli4, void *mbx, const char *prefix) in sli_dump_bmbx_command()
|