Searched refs:sw_client_id (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 601 …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 D | lm_sp.c | 1762 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()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/ |
H A D | lm_vf_common.h | 77 #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
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 3144 …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()
|