Home
last modified time | relevance | path

Searched defs:pf_dev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c19 static u8_t lm_vf_get_free_sbs(struct _lm_device_t * pf_dev, u8_t num_rss) in lm_vf_get_free_sbs()
32 static u8_t lm_vf_get_free_clients(struct _lm_device_t * pf_dev, u8_t num_rss) in lm_vf_get_free_clients()
45 static u8_t lm_vf_get_free_stats(struct _lm_device_t * pf_dev) in lm_vf_get_free_stats()
60 static u8_t lm_vf_get_free_cam_offset(struct _lm_device_t * pf_dev) in lm_vf_get_free_cam_offset()
74 lm_status_t lm_vf_prep(struct _lm_device_t * pf_dev, struct _lm_device_t * vf_dev) in lm_vf_prep()
125 lm_status_t lm_vf_en(struct _lm_device_t * pf_dev, u16_t vf_num) in lm_vf_en()
151 lm_status_t lm_vf_dis(struct _lm_device_t * pf_dev) in lm_vf_dis()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3135 struct _lm_device_t* pf_dev; member
4292 lm_device_t *pf_dev = pdev->pf_dev; in DOORBELL() local