be_nic_res_desc
static struct be_nic_res_desc *be_get_nic_desc(u8 *buf, u32 desc_count,
struct be_nic_res_desc *nic;
nic = (struct be_nic_res_desc *)hdr;
static struct be_nic_res_desc *be_get_vft_desc(u8 *buf, u32 desc_count,
static struct be_nic_res_desc *be_get_func_nic_desc(u8 *buf, u32 desc_count,
struct be_nic_res_desc *desc)
struct be_nic_res_desc *desc;
struct be_nic_res_desc *vf_res;
struct be_nic_res_desc *nic;
static void be_reset_nic_desc(struct be_nic_res_desc *nic)
struct be_nic_res_desc nic_desc;
struct be_nic_res_desc nic_vft;