Searched refs:sw_client_id (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h77 #define LM_SW_VF_CLI_ID(_vf_info, _q_id) ((_vf_info)->vf_chains[(_q_id)].sw_client_id)
162 u8_t sw_client_id; member in struct:_lm_vf_chain_info_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c601 current_fw_client = vf_info->vf_chains[chain_idx].sw_client_id = lm_vf_get_free_resource(pdev->pf_resources.free_sw_clients, min_sw_client, client_info_entries, 1);
602 if (vf_info->vf_chains[chain_idx].sw_client_id == 0xFF) {
612 min_sw_client = vf_info->vf_chains[chain_idx].sw_client_id + 1;
619 lm_vf_acquire_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_idx].sw_client_id, 1);
625 vf_info->vf_chains[chain_idx].sw_client_id);
646 lm_vf_release_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_idx].sw_client_id, 1);
664 lm_vf_release_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_num].sw_client_id, 1);
H A Dlm_sp.c1762 u8_t sw_client_id = src_chain_idx; local
1809 DbgBreakIf(pdev->client_info[sw_client_id].set_mac_cookie != NULL);
1810 pdev->client_info[sw_client_id].set_mac_cookie = cookie;
1828 pdev->client_info[sw_client_id].set_mac_cookie = NULL; // rollback
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c3144 lm_status = lm_set_rx_mask(pdev, vf_info->vf_chains[0].sw_client_id, LM_RX_MASK_ACCEPT_NONE, NULL);
3149 lm_status = lm_wait_set_rx_mask_done(pdev, vf_info->vf_chains[0].sw_client_id);

Completed in 92 milliseconds