Home
last modified time | relevance | path

Searched refs:pf_vf_acquiring_resp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1292 DbgBreakIf(!(pdev && IS_CHANNEL_VFDEV(pdev) && pdev->pf_vf_acquiring_resp)); in lm_vf_pf_get_sb_running_index()
1295 …t pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_get_sb_running_index()
1300 …ct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_resp;; in lm_vf_pf_get_sb_running_index()
1314 DbgBreakIf(!(pdev && IS_CHANNEL_VFDEV(pdev) && pdev->pf_vf_acquiring_resp)); in lm_vf_pf_get_sb_index()
1317 …t pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_get_sb_index()
1322 …ct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_resp;; in lm_vf_pf_get_sb_index()
1334 DbgBreakIf(!(pdev && IS_CHANNEL_VFDEV(pdev) && pdev->pf_vf_acquiring_resp)); in lm_vf_get_doorbell_size()
1337 …t pf_vf_msg_acquire_resp * p_sw_resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_get_doorbell_size()
1343 …ct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_resp;; in lm_vf_get_doorbell_size()
1573 if (pdev->pf_vf_acquiring_resp == NULL) in lm_vf_pf_acquire_msg()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3143 void * pf_vf_acquiring_resp; member