Searched refs:max_credit (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_llh.c | 1348 u32 max_credit, in hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set() argument 1354 max_credit); in hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set() 1377 u32 max_credit, in hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set() argument 1383 max_credit); in hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set()
|
D | hw_atl_llh.h | 648 u32 max_credit, 662 u32 max_credit,
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | netback.c | 169 unsigned long max_burst, max_credit; in tx_add_credit() local 178 max_credit = queue->remaining_credit + queue->credit_bytes; in tx_add_credit() 179 if (max_credit < queue->remaining_credit) in tx_add_credit() 180 max_credit = ULONG_MAX; /* wrapped: clamp to ULONG_MAX */ in tx_add_credit() 182 queue->remaining_credit = min(max_credit, max_burst); in tx_add_credit()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 229 u16 seid, u16 credit, u8 max_credit,
|
D | i40e_common.c | 3946 u16 seid, u16 credit, u8 max_credit, in i40e_aq_config_vsi_bw_limit() argument 3959 cmd->max_credit = max_credit; in i40e_aq_config_vsi_bw_limit()
|
D | i40e_adminq_cmd.h | 1649 u8 max_credit; /* 0-3, limit = 2^max */ member
|
/Linux-v4.19/include/linux/qed/ |
D | qed_if.h | 74 u32 max_credit; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq_cmd.h | 1617 u8 max_credit; /* 0-3, limit = 2^max */ member
|