Home
last modified time | relevance | path

Searched refs:p_tlv (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c250 switch (p_tlv->tlv_type) { in qed_mfw_get_gen_tlv_value()
312 switch (p_tlv->tlv_type) { in qed_mfw_get_eth_tlv_value()
449 switch (p_tlv->tlv_type) { in qed_mfw_get_fcoe_tlv_value()
635 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
686 idx = p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
700 idx = p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
761 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
783 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
887 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
1052 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value()
[all …]
H A Dqed_sriov.c2018 struct pfvf_start_queue_resp_tlv *p_tlv; in qed_iov_vf_mbx_start_rxq_resp() local
2029 length = sizeof(*p_tlv); in qed_iov_vf_mbx_start_rxq_resp()
2388 struct pfvf_start_queue_resp_tlv *p_tlv; in qed_iov_vf_mbx_start_txq_resp() local
2403 length = sizeof(*p_tlv); in qed_iov_vf_mbx_start_txq_resp()
2717 if (!p_tlv->length) { in qed_iov_search_list_tlvs()
2722 if (p_tlv->type == req_type) { in qed_iov_search_list_tlvs()
2725 p_tlv->type, p_tlv->length); in qed_iov_search_list_tlvs()
2726 return p_tlv; in qed_iov_search_list_tlvs()
2729 len += p_tlv->length; in qed_iov_search_list_tlvs()
2730 p_tlv = (struct channel_tlv *)((u8 *)p_tlv + p_tlv->length); in qed_iov_search_list_tlvs()
[all …]
H A Dqed_vf.c16 void *p_tlv; in qed_vf_pf_prep() local
38 p_tlv = qed_add_tlv(p_hwfn, &p_iov->offset, type, length); in qed_vf_pf_prep()
41 ((struct vfpf_first_tlv *)p_tlv)->reply_address = in qed_vf_pf_prep()
44 return p_tlv; in qed_vf_pf_prep()