Home
last modified time | relevance | path

Searched refs:cid_resc (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c169 lm_cid_resc_t *cid_resc = NULL; in lm_init_cid_resc() local
177 cid_resc = &pdev->context_info->array[cid].cid_resc; in lm_init_cid_resc()
178 if CHK_NULL(cid_resc) in lm_init_cid_resc()
1032 if CHK_NULL(cid_resc) in lm_set_cid_resc()
1067 if CHK_NULL(cid_resc) in lm_free_cid_resc()
1109 if CHK_NULL(cid_resc) in lm_cid_sp_req_mgr()
1134 if CHK_NULL(cid_resc) in lm_cid_state()
1163 if CHK_NULL(cid_resc) in lm_set_cid_state()
1247 if CHK_NULL(cid_resc) in lm_set_con_state()
1261 if CHK_NULL(cid_resc) in lm_get_con_state()
[all …]
H A Dlm_sp.c1373 lm_cid_resc_t * cid_resc = lm_cid_resc(pdev, cid); in lm_eth_wait_state_change() local
1375 if (CHK_NULL(cid_resc)) in lm_eth_wait_state_change()
1380 return lm_wait_state_change(pdev, &cid_resc->con_state, new_state); in lm_eth_wait_state_change()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_solaris.h84 …, ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
89 ddi_put32(PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.reg_handle, \
90 …)((caddr_t)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_vbd.h105 … ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV), (CID))].cid_resc.mapped_cid_bar_ad…
109 …DEV), ((u8_t *)(PDEV)->context_info->array[VF_TO_PF_CID((PDEV), (CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_ndismono.h86 …, ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_user_mode_debug.h63 …, ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_dos.h132 …((u8_t *)(PFDEV(PDEV))->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_linux.h97 …, ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].cid_resc.mapped_cid_bar_ad…
H A Dmm_uefi.h137 …V), BAR_1, (u32_t)((int_ptr_t)((u8_t *)(PDEV)->context_info->array[CID].cid_resc.mapped_cid_bar_ad…
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c1548 …*ppMap = (void *)((u8_t *)pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.mapped_cid_bar_add… in BnxeFcoePrvMapMailboxq()
1549 *pAccHandle = pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.reg_handle; in BnxeFcoePrvMapMailboxq()
1582 …pTmp = (void *)((u8_t *)pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.mapped_cid_bar_addr … in BnxeFcoePrvUnmapMailboxq()
1583 tmpAcc = pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.reg_handle; in BnxeFcoePrvUnmapMailboxq()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c287 … PFDEV(pdev)->context_info->array[VF_TO_PF_CID(pdev,index)].cid_resc.mapped_cid_bar_addr = in lm_vf_init_dev_info()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2759 lm_cid_resc_t cid_resc; member