/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 227 struct pfvf_acquire_resp_tlv *resp = &bp->vf2pf_mbox->resp.acquire_resp; in bnx2x_vfpf_acquire() 286 memcpy(&bp->acquire_resp, resp, sizeof(bp->acquire_resp)); in bnx2x_vfpf_acquire() 293 if (bp->acquire_resp.hdr.status == PFVF_STATUS_SUCCESS) { 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 in bnx2x_vfpf_acquire() [all...] |
H A D | bnx2x_sriov.h | 521 strlcpy(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 D | bnx2x_vfpf.h | 387 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | bnx2x.h | 1379 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | bnx2x_main.c | 14019 if (bp->acquire_resp.pfdev_info.pf_cap & PFVF_CAP_VLAN_FILTER) { in bnx2x_init_one()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 227 struct pfvf_acquire_resp_tlv *resp = &bp->vf2pf_mbox->resp.acquire_resp; in bnx2x_vfpf_acquire() 286 memcpy(&bp->acquire_resp, resp, sizeof(bp->acquire_resp)); in bnx2x_vfpf_acquire() 293 if (bp->acquire_resp.hdr.status == PFVF_STATUS_SUCCESS) { 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 in bnx2x_vfpf_acquire() [all...] |
H A D | bnx2x_sriov.h | 521 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 D | bnx2x_vfpf.h | 387 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | bnx2x.h | 1379 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | bnx2x_main.c | 13947 if (bp->acquire_resp.pfdev_info.pf_cap & PFVF_CAP_VLAN_FILTER) { in bnx2x_init_one()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.c | 150 if (!(p_iov->acquire_resp.pfdev_info.capabilities & in qed_vf_pf_add_qid() 248 struct pfvf_acquire_resp_tlv *resp = &p_iov->pf2vf_reply->acquire_resp; in qed_vf_pf_acquire() 318 memcpy(&p_iov->acquire_resp, resp, sizeof(p_iov->acquire_resp)); in qed_vf_pf_acquire() 434 bar_size = p_hwfn->vf_iov_info->acquire_resp.pfdev_info.bar_size; in qed_vf_hw_bar_size() 754 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in qed_vf_pf_rxq_start() 884 u8 cid = p_iov->acquire_resp.resc.cid[qid]; in qed_vf_pf_txq_start() 958 for (i = 0; i < p_hwfn->vf_iov_info->acquire_resp.resc.num_sbs; i++) { in qed_vf_pf_vport_start() 1462 return p_iov->acquire_resp.resc.hw_sbs[sb_id].hw_sb_id; in qed_vf_get_igu_sb_id() 1582 *num_rxqs = p_hwfn->vf_iov_info->acquire_resp in qed_vf_get_num_rxqs() [all...] |
H A D | qed_vf.h | 525 struct pfvf_acquire_resp_tlv acquire_resp; member 669 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | qed_l2.c | 1606 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_pstats_addrlen() 1655 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_tstats() 1682 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_ustats_addrlen() 1723 struct pfvf_acquire_resp_tlv *p_resp = &p_iov->acquire_resp; in __qed_get_vport_mstats_addrlen()
|
H A D | qed_mcp.c | 2102 p_resp = &p_hwfn->vf_iov_info->acquire_resp; in qed_mcp_get_mfw_ver()
|
H A D | qed_sriov.c | 1538 struct pfvf_acquire_resp_tlv *resp = &mbx->reply_virt->acquire_resp; in qed_iov_vf_mbx_acquire()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.c | 147 if (!(p_iov->acquire_resp.pfdev_info.capabilities & in qed_vf_pf_add_qid() 245 struct pfvf_acquire_resp_tlv *resp = &p_iov->pf2vf_reply->acquire_resp; in qed_vf_pf_acquire() 315 memcpy(&p_iov->acquire_resp, resp, sizeof(p_iov->acquire_resp)); in qed_vf_pf_acquire() 431 bar_size = p_hwfn->vf_iov_info->acquire_resp.pfdev_info.bar_size; in qed_vf_hw_bar_size() 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() 956 for (i = 0; i < p_hwfn->vf_iov_info->acquire_resp.resc.num_sbs; i++) { in qed_vf_pf_vport_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 in qed_vf_get_num_rxqs() [all...] |
H A D | qed_vf.h | 525 struct pfvf_acquire_resp_tlv acquire_resp; member 669 struct pfvf_acquire_resp_tlv acquire_resp; member
|
H A D | qed_l2.c | 1607 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 D | qed_mcp.c | 2151 p_resp = &p_hwfn->vf_iov_info->acquire_resp; in qed_mcp_get_mfw_ver()
|
H A D | qed_sriov.c | 1540 struct pfvf_acquire_resp_tlv *resp = &mbx->reply_virt->acquire_resp; in qed_iov_vf_mbx_acquire()
|