Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c346 set_bit(filter_id, t->table[uhtid - 1].tid_map); in cxgb4_config_knode()
436 if (!test_bit(filter_id, link->tid_map)) in cxgb4_delete_knode()
445 clear_bit(filter_id, link->tid_map); in cxgb4_delete_knode()
455 if (!test_bit(j, link->tid_map)) in cxgb4_delete_knode()
462 clear_bit(j, link->tid_map); in cxgb4_delete_knode()
490 kvfree(link->tid_map); in cxgb4_cleanup_tc_u32()
515 link->tid_map = kvcalloc(bmap_size, sizeof(unsigned long), in cxgb4_init_tc_u32()
517 if (!link->tid_map) in cxgb4_init_tc_u32()
519 bitmap_zero(link->tid_map, max_tids); in cxgb4_init_tc_u32()
527 kvfree(link->tid_map); in cxgb4_init_tc_u32()
Dcxgb4_tc_u32_parse.h329 unsigned long *tid_map; /* Bitmap for filter tids */ member
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.h64 struct qed_bmap tid_map; member
Dqed_rdma.c233 rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->tid_map, in qed_rdma_alloc()
300 kfree(p_rdma_info->tid_map.bitmap); in qed_rdma_alloc()
362 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->tid_map, 1); in qed_rdma_resc_free()
379 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map, itid); in qed_rdma_free_tid()
632 &p_hwfn->p_rdma_info->tid_map, itid); in qed_rdma_alloc_tid()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c441 u32 pause_id, action, vdev_map, peer_id, tid_map; in ath10k_wmi_tlv_event_tx_pause() local
460 tid_map = __le32_to_cpu(ev->tid_map); in ath10k_wmi_tlv_event_tx_pause()
464 pause_id, action, vdev_map, peer_id, tid_map); in ath10k_wmi_tlv_event_tx_pause()
Dwmi-tlv.h2383 __le32 tid_map; member