Lines Matching refs:mbox

1508 	uint32_t *mbox, err;
1511 bzero(ha->hw.mbox, (sizeof (uint32_t) * Q8_NUM_MBOX));
1513 mbox = ha->hw.mbox;
1515 mbox[0] = Q8_MBX_GET_NIC_PARTITION | (0x2 << 16) | (0x2 << 29);
1517 if (qla_mbx_cmd(ha, mbox, 2, mbox, 19, 0)) {
1521 err = mbox[0] >> 25;
1524 if (mbox[16] & 0x80) /* bit 7 of mbox 16 */
1531 *num_rcvq = ((mbox[6] >> 16) & 0xFFFF);
1549 c_intr = (q80_config_intr_t *)ha->hw.mbox;
1574 ha->hw.mbox, (sizeof (q80_config_intr_rsp_t) >> 2), 0)) {
1580 c_intr_rsp = (q80_config_intr_rsp_t *)ha->hw.mbox;
1628 c_rss = (q80_config_rss_t *)ha->hw.mbox;
1657 ha->hw.mbox, (sizeof(q80_config_rss_rsp_t) >> 2), 0)) {
1661 c_rss_rsp = (q80_config_rss_rsp_t *)ha->hw.mbox;
1688 c_rss_ind = (q80_config_rss_ind_table_t *)ha->hw.mbox;
1701 (sizeof (q80_config_rss_ind_table_t) >> 2), ha->hw.mbox,
1707 c_rss_ind_rsp = (q80_config_rss_ind_table_rsp_t *)ha->hw.mbox;
1730 intrc = (q80_config_intr_coalesc_t *)ha->hw.mbox;
1761 ha->hw.mbox, (sizeof(q80_config_intr_coalesc_rsp_t) >> 2), 0)) {
1765 intrc_rsp = (q80_config_intr_coalesc_rsp_t *)ha->hw.mbox;
1799 cmac = (q80_config_mac_addr_t *)ha->hw.mbox;
1823 ha->hw.mbox, (sizeof(q80_config_mac_addr_rsp_t) >> 2), 1)) {
1828 cmac_rsp = (q80_config_mac_addr_rsp_t *)ha->hw.mbox;
1859 rcv_mode = (q80_config_mac_rcv_mode_t *)ha->hw.mbox;
1872 ha->hw.mbox, (sizeof(q80_config_mac_rcv_mode_rsp_t) >> 2), 1)) {
1876 rcv_mode_rsp = (q80_config_mac_rcv_mode_rsp_t *)ha->hw.mbox;
1937 max_mtu = (q80_set_max_mtu_t *)ha->hw.mbox;
1949 ha->hw.mbox, (sizeof (q80_set_max_mtu_rsp_t) >> 2), 1)) {
1954 max_mtu_rsp = (q80_set_max_mtu_rsp_t *)ha->hw.mbox;
1975 lnk = (q80_link_event_t *)ha->hw.mbox;
1986 ha->hw.mbox, (sizeof (q80_link_event_rsp_t) >> 2), 0)) {
1991 lnk_rsp = (q80_link_event_rsp_t *)ha->hw.mbox;
2012 fw_lro = (q80_config_fw_lro_t *)ha->hw.mbox;
2026 ha->hw.mbox, (sizeof (q80_config_fw_lro_rsp_t) >> 2), 0)) {
2031 fw_lro_rsp = (q80_config_fw_lro_rsp_t *)ha->hw.mbox;
2052 hw_config = (q80_hw_config_t *)ha->hw.mbox;
2065 ha->hw.mbox, (sizeof (q80_hw_config_rsp_t) >> 2), 0)) {
2069 hw_config_rsp = (q80_hw_config_rsp_t *)ha->hw.mbox;
2090 hw_config = (q80_hw_config_t *)ha->hw.mbox;
2101 ha->hw.mbox, (sizeof (q80_hw_config_rsp_t) >> 2), 0)) {
2105 hw_config_rsp = (q80_hw_config_rsp_t *)ha->hw.mbox;
2129 stat = (q80_get_stats_t *)ha->hw.mbox;
2139 ha->hw.mbox, (rsp_size >> 2), 0)) {
2144 stat_rsp = (q80_get_stats_rsp_t *)ha->hw.mbox;
2179 stat_rsp = (q80_get_stats_rsp_t *)ha->hw.mbox;
2197 __func__, ha->hw.mbox[0]);
2215 __func__, ha->hw.mbox[0]);
2240 __func__, ha->hw.mbox[0]);
3013 map_rings = (q80_rq_map_sds_to_rds_t *)ha->hw.mbox;
3030 ha->hw.mbox, (sizeof(q80_rsp_add_rcv_rings_t) >> 2), 0)) {
3035 map_rings_rsp = (q80_rsp_map_sds_to_rds_t *)ha->hw.mbox;
3089 rcntxt = (q80_rq_rcv_cntxt_t *)ha->hw.mbox;
3144 ha->hw.mbox, (sizeof(q80_rsp_rcv_cntxt_t) >> 2), 0)) {
3149 rcntxt_rsp = (q80_rsp_rcv_cntxt_t *)ha->hw.mbox;
3212 add_rcv = (q80_rq_add_rcv_rings_t *)ha->hw.mbox;
3254 ha->hw.mbox, (sizeof(q80_rsp_add_rcv_rings_t) >> 2), 0)) {
3259 add_rcv_rsp = (q80_rsp_add_rcv_rings_t *)ha->hw.mbox;
3313 rcntxt = (q80_rcv_cntxt_destroy_t *)ha->hw.mbox;
3324 ha->hw.mbox, (sizeof(q80_rcv_cntxt_destroy_rsp_t) >> 2), 0)) {
3328 rcntxt_rsp = (q80_rcv_cntxt_destroy_rsp_t *)ha->hw.mbox;
3362 tcntxt = (q80_rq_tx_cntxt_t *)ha->hw.mbox;
3404 ha->hw.mbox,
3409 tcntxt_rsp = (q80_rsp_tx_cntxt_t *)ha->hw.mbox;
3439 tcntxt = (q80_tx_cntxt_destroy_t *)ha->hw.mbox;
3450 ha->hw.mbox, (sizeof (q80_tx_cntxt_destroy_rsp_t) >> 2), 0)) {
3454 tcntxt_rsp = (q80_tx_cntxt_destroy_rsp_t *)ha->hw.mbox;
3885 init_nic = (q80_init_nic_func_t *)ha->hw.mbox;
3899 ha->hw.mbox, (sizeof (q80_init_nic_func_rsp_t) >> 2), 0)) {
3904 init_nic_rsp = (q80_init_nic_func_rsp_t *)ha->hw.mbox;
3928 stop_nic = (q80_stop_nic_func_t *)ha->hw.mbox;
3941 ha->hw.mbox, (sizeof (q80_stop_nic_func_rsp_t) >> 2), 0)) {
3946 stop_nic_rsp = (q80_stop_nic_func_rsp_t *)ha->hw.mbox;
3968 fw_dcbx = (q80_query_fw_dcbx_caps_t *)ha->hw.mbox;
3978 ha->hw.mbox, (sizeof (q80_query_fw_dcbx_caps_rsp_t) >> 2), 0)) {
3983 fw_dcbx_rsp = (q80_query_fw_dcbx_caps_rsp_t *)ha->hw.mbox;
4008 idc_ack = (q80_idc_ack_t *)ha->hw.mbox;
4024 ha->hw.mbox, (sizeof (q80_idc_ack_rsp_t) >> 2), 0)) {
4029 idc_ack_rsp = (q80_idc_ack_rsp_t *)ha->hw.mbox;
4062 pcfg = (q80_set_port_cfg_t *)ha->hw.mbox;
4082 ha->hw.mbox, (sizeof (q80_set_port_cfg_rsp_t) >> 2), 0)) {
4087 pfg_rsp = (q80_set_port_cfg_rsp_t *)ha->hw.mbox;
4129 md_size = (q80_config_md_templ_size_t *) ha->hw.mbox;
4137 (sizeof(q80_config_md_templ_size_t) >> 2), ha->hw.mbox,
4144 md_size_rsp = (q80_config_md_templ_size_rsp_t *) ha->hw.mbox;
4168 pcfg = (q80_get_port_cfg_t *)ha->hw.mbox;
4177 ha->hw.mbox, (sizeof (q80_get_port_cfg_rsp_t) >> 2), 0)) {
4182 pcfg_rsp = (q80_get_port_cfg_rsp_t *)ha->hw.mbox;
4306 md_templ = (q80_config_md_templ_cmd_t *) ha->hw.mbox;
4318 ha->hw.mbox,
4325 md_templ_rsp = (q80_config_md_templ_cmd_rsp_t *) ha->hw.mbox;