Searched refs:p_tlv (Results 1 – 3 of 3) sorted by relevance
227 ecore_mfw_get_gen_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_gen_tlv_value() argument231 switch (p_tlv->tlv_type) { in ecore_mfw_get_gen_tlv_value()300 ecore_mfw_get_eth_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_eth_tlv_value() argument304 switch (p_tlv->tlv_type) { in ecore_mfw_get_eth_tlv_value()403 ecore_mfw_get_fcoe_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_fcoe_tlv_value() argument407 switch (p_tlv->tlv_type) { in ecore_mfw_get_fcoe_tlv_value()1310 ecore_mfw_get_iscsi_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_iscsi_tlv_value() argument1314 switch (p_tlv->tlv_type) { in ecore_mfw_get_iscsi_tlv_value()
2304 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_rxq_resp() local2315 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_rxq_resp()2329 p_tlv->offset = in ecore_iov_vf_mbx_start_rxq_resp()2619 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_txq_resp() local2634 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_txq_resp()2993 if (!p_tlv->length) { in ecore_iov_search_list_tlvs()2998 if (p_tlv->type == req_type) { in ecore_iov_search_list_tlvs()3002 p_tlv->length); in ecore_iov_search_list_tlvs()3003 return p_tlv; in ecore_iov_search_list_tlvs()3006 len += p_tlv->length; in ecore_iov_search_list_tlvs()[all …]
24 void *p_tlv; in ecore_vf_pf_prep() local45 p_tlv = ecore_add_tlv(&p_iov->offset, type, length); in ecore_vf_pf_prep()48 ((struct vfpf_first_tlv *)p_tlv)->reply_address = in ecore_vf_pf_prep()51 return p_tlv; in ecore_vf_pf_prep()