Searched refs:p_tlv (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mng_tlv.c | 265 ecore_mfw_get_gen_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_gen_tlv_value() argument 269 switch (p_tlv->tlv_type) { in ecore_mfw_get_gen_tlv_value() 287 int idx = p_tlv->tlv_type - DRV_TLV_LOCAL_ADMIN_ADDR; in ecore_mfw_get_gen_tlv_value() 328 ecore_mfw_get_eth_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_eth_tlv_value() argument 332 switch (p_tlv->tlv_type) { in ecore_mfw_get_eth_tlv_value() 462 ecore_mfw_get_fcoe_tlv_value(struct ecore_drv_tlv_hdr *p_tlv, in ecore_mfw_get_fcoe_tlv_value() argument 466 switch (p_tlv->tlv_type) { in ecore_mfw_get_fcoe_tlv_value() 653 u8 idx = (p_tlv->tlv_type - in ecore_mfw_get_fcoe_tlv_value() 669 u8 idx = (p_tlv->tlv_type - in ecore_mfw_get_fcoe_tlv_value() 711 u8 idx = p_tlv->tlv_type - in ecore_mfw_get_fcoe_tlv_value() [all …]
|
H A D | ecore_sriov.c | 2272 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_rxq_resp() local 2283 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_rxq_resp() 2287 p_tlv = ecore_add_tlv(&mbx->offset, CHANNEL_TLV_START_RXQ, length); in ecore_iov_vf_mbx_start_rxq_resp() 2294 p_tlv->offset = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_start_rxq_resp() 2581 struct pfvf_start_queue_resp_tlv *p_tlv; in ecore_iov_vf_mbx_start_txq_resp() local 2596 length = sizeof(*p_tlv); in ecore_iov_vf_mbx_start_txq_resp() 2600 p_tlv = ecore_add_tlv(&mbx->offset, CHANNEL_TLV_START_TXQ, length); in ecore_iov_vf_mbx_start_txq_resp() 2606 p_tlv->offset = DB_ADDR_VF(cid, DQ_DEMS_LEGACY); in ecore_iov_vf_mbx_start_txq_resp() 2912 struct channel_tlv *p_tlv = (struct channel_tlv *)p_tlvs_list; in ecore_iov_search_list_tlvs() local 2916 if (!p_tlv->length) { in ecore_iov_search_list_tlvs() [all …]
|
H A D | ecore_vf.c | 54 void *p_tlv; in ecore_vf_pf_prep() local 76 p_tlv = ecore_add_tlv(&p_iov->offset, type, length); in ecore_vf_pf_prep() 79 ((struct vfpf_first_tlv *)p_tlv)->reply_address = in ecore_vf_pf_prep() 82 return p_tlv; in ecore_vf_pf_prep()
|