Home
last modified time | relevance | path

Searched refs:acquire_resp (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c147 if (!(p_iov->acquire_resp.pfdev_info.capabilities & in qed_vf_pf_add_qid()
315 memcpy(&p_iov->acquire_resp, resp, sizeof(p_iov->acquire_resp)); in qed_vf_pf_acquire()
752 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in qed_vf_pf_rxq_start()
882 u8 cid = p_iov->acquire_resp.resc.cid[qid]; in qed_vf_pf_txq_start()
1452 return p_iov->acquire_resp.resc.hw_sbs[sb_id].hw_sb_id; in qed_vf_get_igu_sb_id()
1572 *num_rxqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_rxqs; in qed_vf_get_num_rxqs()
1577 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs; in qed_vf_get_num_txqs()
1582 *num_cids = p_hwfn->vf_iov_info->acquire_resp.resc.num_cids; in qed_vf_get_num_cids()
1596 *num_vlan_filters = p_vf->acquire_resp.resc.num_vlan_filters; in qed_vf_get_num_vlan_filters()
1603 *num_mac_filters = p_vf->acquire_resp.resc.num_mac_filters; in qed_vf_get_num_mac_filters()
[all …]
H A Dqed_vf.h525 struct pfvf_acquire_resp_tlv acquire_resp; member
669 struct pfvf_acquire_resp_tlv acquire_resp; member
H A Dqed_l2.c1607 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_pstats_addrlen()
1656 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_tstats()
1683 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_ustats_addrlen()
1724 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_mstats_addrlen()
H A Dqed_mcp.c2151 p_resp = &p_hwfn->vf_iov_info->acquire_resp; in qed_mcp_get_mfw_ver()
H A Dqed_sriov.c1540 struct pfvf_acquire_resp_tlv *resp = &mbx->reply_virt->acquire_resp; in qed_iov_vf_mbx_acquire()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c286 memcpy(&bp->acquire_resp, resp, sizeof(bp->acquire_resp)); in bnx2x_vfpf_acquire()
296 } else if (bp->acquire_resp.hdr.status == in bnx2x_vfpf_acquire()
305 bp->acquire_resp.resc.num_txqs); in bnx2x_vfpf_acquire()
308 bp->acquire_resp.resc.num_rxqs); in bnx2x_vfpf_acquire()
311 bp->acquire_resp.resc.num_sbs); in bnx2x_vfpf_acquire()
314 bp->acquire_resp.resc.num_mac_filters); in bnx2x_vfpf_acquire()
317 bp->acquire_resp.resc.num_vlan_filters); in bnx2x_vfpf_acquire()
320 bp->acquire_resp.resc.num_mc_filters); in bnx2x_vfpf_acquire()
333 bp->acquire_resp.hdr.status); in bnx2x_vfpf_acquire()
379 bp->igu_sb_cnt = bp->acquire_resp.resc.num_sbs; in bnx2x_vfpf_acquire()
[all …]
H A Dbnx2x_sriov.h521 strscpy(buf, bp->acquire_resp.pfdev_info.fw_ver, buf_len); in bnx2x_vf_fill_fw_str()
528 bp->acquire_resp.resc.hw_qid[fp->index] * in bnx2x_vf_ustorm_prods_offset()
H A Dbnx2x_vfpf.h387 struct pfvf_acquire_resp_tlv acquire_resp; member
H A Dbnx2x.h1379 struct pfvf_acquire_resp_tlv acquire_resp; member
H A Dbnx2x_main.c13947 if (bp->acquire_resp.pfdev_info.pf_cap & PFVF_CAP_VLAN_FILTER) { in bnx2x_init_one()