Searched refs:tid_map (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_rdma.h | 109 struct ecore_bmap tid_map; member
|
H A D | ecore_rdma.c | 385 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 D | wmi-tlv.c | 461 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 D | wmi-tlv.h | 2383 __le32 tid_map; member
|