Home
last modified time | relevance | path

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/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_… in lm_pf_acquire_vf_chains_resources()
602 if (vf_info->vf_chains[chain_idx].sw_client_id == 0xFF) { in lm_pf_acquire_vf_chains_resources()
612 min_sw_client = vf_info->vf_chains[chain_idx].sw_client_id + 1; in lm_pf_acquire_vf_chains_resources()
619 …cquire_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_idx].sw_client_id, 1); in lm_pf_acquire_vf_chains_resources()
625 vf_info->vf_chains[chain_idx].sw_client_id); in lm_pf_acquire_vf_chains_resources()
646 …elease_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_idx].sw_client_id, 1); in lm_pf_release_vf_chains_resources()
664 …elease_resource(pdev->pf_resources.free_sw_clients, vf_info->vf_chains[chain_num].sw_client_id, 1); in lm_pf_release_separate_vf_chain_resources()
H A Dlm_sp.c1762 u8_t sw_client_id = src_chain_idx; in lm_move_mac_addr() local
1809 DbgBreakIf(pdev->client_info[sw_client_id].set_mac_cookie != NULL); in lm_move_mac_addr()
1810 pdev->client_info[sw_client_id].set_mac_cookie = cookie; in lm_move_mac_addr()
1828 pdev->client_info[sw_client_id].set_mac_cookie = NULL; // rollback in lm_move_mac_addr()
/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
/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); in lm_pf_create_vf()
3149 lm_status = lm_wait_set_rx_mask_done(pdev, vf_info->vf_chains[0].sw_client_id); in lm_pf_create_vf()