Searched refs:tid_map (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 346 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() 528 if (link->tid_map) in cxgb4_init_tc_u32() [all …]
|
D | cxgb4_tc_u32_parse.h | 329 unsigned long *tid_map; /* Bitmap for filter tids */ member
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_rdma.h | 64 struct qed_bmap tid_map; member
|
D | qed_rdma.c | 232 rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->tid_map, in qed_rdma_alloc() 299 kfree(p_rdma_info->tid_map.bitmap); in qed_rdma_alloc() 378 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->tid_map, 1); in qed_rdma_resc_free() 395 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map, itid); in qed_rdma_free_tid() 658 &p_hwfn->p_rdma_info->tid_map, itid); in qed_rdma_alloc_tid()
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 438 u32 pause_id, action, vdev_map, peer_id, tid_map; in ath10k_wmi_tlv_event_tx_pause() local 457 tid_map = __le32_to_cpu(ev->tid_map); in ath10k_wmi_tlv_event_tx_pause() 461 pause_id, action, vdev_map, peer_id, tid_map); in ath10k_wmi_tlv_event_tx_pause()
|
D | wmi-tlv.h | 2383 __le32 tid_map; member
|