Searched refs:first_index (Results 1 – 5 of 5) sorted by relevance
/drivers/iommu/iommufd/ |
D | double_span.h | 36 unsigned long first_index, unsigned long last_index); 46 #define interval_tree_for_each_double_span(span, itree1, itree2, first_index, \ argument 49 first_index, last_index); \
|
D | pages.c | 134 unsigned long first_index, unsigned long last_index) in interval_tree_double_span_iter_first() argument 142 first_index, last_index); in interval_tree_double_span_iter_first()
|
/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 437 int first_index, int count); 439 int first_index, int count); 441 int first_index, int count); 443 int first_index, int count);
|
D | ena_netdev.c | 181 int first_index, int count) in ena_init_io_rings() argument 189 for (i = first_index; i < first_index + count; i++) { in ena_init_io_rings() 313 int first_index, int count) in ena_setup_tx_resources_in_range() argument 317 for (i = first_index; i < first_index + count; i++) { in ena_setup_tx_resources_in_range() 331 while (first_index < i--) in ena_setup_tx_resources_in_range() 337 int first_index, int count) in ena_free_all_io_tx_resources_in_range() argument 341 for (i = first_index; i < first_index + count; i++) in ena_free_all_io_tx_resources_in_range() 1742 int first_index, in ena_del_napi_in_range() argument 1747 for (i = first_index; i < first_index + count; i++) { in ena_del_napi_in_range() 1756 int first_index, int count) in ena_init_napi_in_range() argument [all …]
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2147 u16 first_index, index; in atl1c_tx_rollback() local 2149 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2150 index = first_index; in atl1c_tx_rollback() 2159 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|