Home
last modified time | relevance | path

Searched refs:max_credit (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c698 uint32_t data, credit, max_credit; in config_egress_fifo_credits() local
706 if (credit > max_credit) in config_egress_fifo_credits()
707 credit = max_credit; in config_egress_fifo_credits()
715 max_credit = cfg[hwport].max_eh_offset + 1; in config_egress_fifo_credits()
718 if (credit > max_credit) in config_egress_fifo_credits()
719 credit = max_credit; in config_egress_fifo_credits()
730 if (credit > max_credit) in config_egress_fifo_credits()
731 credit = max_credit; in config_egress_fifo_credits()
739 max_credit = cfg[hwport].max_ms_offset + 1; in config_egress_fifo_credits()
742 if (credit > max_credit) in config_egress_fifo_credits()
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx_api.h56 u32 max_credit; member
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_llh.c1369 u32 max_credit, in hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set() argument
1375 max_credit); in hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set()
1398 u32 max_credit, in hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set() argument
1404 max_credit); in hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set()
H A Dhw_atl_llh.h657 u32 max_credit,
671 u32 max_credit,
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h342 u16 seid, u16 credit, u8 max_credit,
H A Di40e_adminq_cmd.h1711 u8 max_credit; /* 0-3, limit = 2^max */ member
H A Di40e_common.c5315 u16 seid, u16 credit, u8 max_credit, in i40e_aq_config_vsi_bw_limit() argument
5328 cmd->max_credit = max_credit; in i40e_aq_config_vsi_bw_limit()