Home
last modified time | relevance | path

Searched refs:tid_map (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h109 struct ecore_bmap tid_map; member
H A Decore_rdma.c385 rc = ecore_rdma_bmap_alloc(p_hwfn, &p_rdma_info->tid_map, in ecore_rdma_alloc()
519 ecore_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->tid_map, 1); in ecore_rdma_resc_free()
904 &p_hwfn->p_rdma_info->tid_map, in ecore_rdma_alloc_tid()
1154 &p_hwfn->p_rdma_info->tid_map, in ecore_rdma_free_tid()
2552 bitmap = p_hwfn->p_rdma_info->tid_map.bitmap; in ecore_rdma_query_counters()
2553 nbits = p_hwfn->p_rdma_info->tid_map.max_count; in ecore_rdma_query_counters()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c461 u32 pause_id, action, vdev_map, peer_id, tid_map; in ath10k_wmi_tlv_event_tx_pause() local
480 tid_map = __le32_to_cpu(ev->tid_map); in ath10k_wmi_tlv_event_tx_pause()
484 pause_id, action, vdev_map, peer_id, tid_map); in ath10k_wmi_tlv_event_tx_pause()
H A Dwmi-tlv.h2383 __le32 tid_map; member