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.c1573 if (pdev->pf_vf_acquiring_resp == NULL) in lm_vf_pf_acquire_msg()
1577 if CHK_NULL(pdev->pf_vf_acquiring_resp) in lm_vf_pf_acquire_msg()
1684 if (pdev->pf_vf_acquiring_resp == NULL) in lm_vf_pf_acquire_msg()
1688 if CHK_NULL(pdev->pf_vf_acquiring_resp) in lm_vf_pf_acquire_msg()
1877 && pdev->pf_vf_acquiring_resp)); in lm_vf_pf_setup_q()
1891 presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_setup_q()
1942 presp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_setup_q()
2078 resp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_set_q_filters()
2167 resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_resp; in lm_vf_pf_set_q_filters()
2752 presp = (struct pf_vf_msg_acquire_resp *)pdev->pf_vf_acquiring_resp; in lm_vf_queue_init()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3143 void * pf_vf_acquiring_resp; member