Searched refs:max_txqs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_config.h | 147 ((cfg)->nic_if_cfg[idx].max_txqs) 340 /* Actual configured value. Range could be: 1...max_txqs */ 344 u64 max_txqs:16; member 347 u64 max_txqs:16; 349 /* Actual configured value. Range could be: 1...max_txqs */
|
H A D | octeon_device.c | 69 .max_txqs = MAX_TXQS_PER_INTF, 71 /* Actual configured value. Range could be: 1...max_txqs */ 98 .max_txqs = MAX_TXQS_PER_INTF, 100 /* Actual configured value. Range could be: 1...max_txqs */ 177 .max_txqs = MAX_TXQS_PER_INTF, 179 /* Actual configured value. Range could be: 1...max_txqs */ 206 .max_txqs = MAX_TXQS_PER_INTF, 208 /* Actual configured value. Range could be: 1...max_txqs */ 235 .max_txqs = MAX_TXQS_PER_INTF, 237 /* Actual configured value. Range could be: 1...max_txqs */ [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_config.h | 147 ((cfg)->nic_if_cfg[idx].max_txqs) 340 /* Actual configured value. Range could be: 1...max_txqs */ 344 u64 max_txqs:16; member 347 u64 max_txqs:16; 349 /* Actual configured value. Range could be: 1...max_txqs */
|
H A D | octeon_device.c | 69 .max_txqs = MAX_TXQS_PER_INTF, 71 /* Actual configured value. Range could be: 1...max_txqs */ 98 .max_txqs = MAX_TXQS_PER_INTF, 100 /* Actual configured value. Range could be: 1...max_txqs */ 177 .max_txqs = MAX_TXQS_PER_INTF, 179 /* Actual configured value. Range could be: 1...max_txqs */ 206 .max_txqs = MAX_TXQS_PER_INTF, 208 /* Actual configured value. Range could be: 1...max_txqs */ 235 .max_txqs = MAX_TXQS_PER_INTF, 237 /* Actual configured value. Range could be: 1...max_txqs */ [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 2187 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vsi_setup() local 2313 max_txqs[i] = vsi->alloc_txq; in ice_vsi_setup() 2316 max_txqs); in ice_vsi_setup() 2850 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vsi_rebuild() local 2969 max_txqs[i] = vsi->alloc_txq; in ice_vsi_rebuild() 2972 max_txqs[i] += vsi->num_xdp_txq; in ice_vsi_rebuild() 2976 max_txqs); in ice_vsi_rebuild() 3044 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vsi_cfg_tc() local 3058 /* populate max_txqs per TC */ in ice_vsi_cfg_tc() 3059 max_txqs[ in ice_vsi_cfg_tc() [all...] |
H A D | ice_main.c | 2335 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_prepare_xdp_rings() local 2395 max_txqs[i] = vsi->num_txq + vsi->num_xdp_txq; in ice_prepare_xdp_rings() 2398 max_txqs); in ice_prepare_xdp_rings() 2446 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_destroy_xdp_rings() local 2500 max_txqs[i] = vsi->num_txq; in ice_destroy_xdp_rings() 2506 max_txqs); in ice_destroy_xdp_rings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 2371 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vsi_cfg_tc_lan() local 2382 max_txqs[i] = vsi->num_txq; in ice_vsi_cfg_tc_lan() 2384 max_txqs[i] = pf->num_lan_tx; in ice_vsi_cfg_tc_lan() 2386 max_txqs[i] = vsi->alloc_txq; in ice_vsi_cfg_tc_lan() 2390 max_txqs[i] += vsi->num_xdp_txq; in ice_vsi_cfg_tc_lan() 2395 max_txqs); in ice_vsi_cfg_tc_lan() 3413 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vsi_cfg_tc() local 3430 /* populate max_txqs per TC */ in ice_vsi_cfg_tc() 3431 max_txqs[i] = vsi->alloc_txq; in ice_vsi_cfg_tc() 3432 /* Update max_txqs i in ice_vsi_cfg_tc() [all...] |
H A D | ice_main.c | 2665 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_prepare_xdp_rings() local 2746 max_txqs[i] = vsi->num_txq + vsi->num_xdp_txq; in ice_prepare_xdp_rings() 2749 max_txqs); in ice_prepare_xdp_rings() 2797 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_destroy_xdp_rings() local 2856 max_txqs[i] = vsi->num_txq; in ice_destroy_xdp_rings() 2862 max_txqs); in ice_destroy_xdp_rings()
|
Completed in 32 milliseconds