Searched refs:max_credit (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | nae.c | 698 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 D | ecore_dcbx_api.h | 56 u32 max_credit; member
|
| /f-stack/dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_llh.c | 1369 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 D | hw_atl_llh.h | 657 u32 max_credit, 671 u32 max_credit,
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 342 u16 seid, u16 credit, u8 max_credit,
|
| H A D | i40e_adminq_cmd.h | 1711 u8 max_credit; /* 0-3, limit = 2^max */ member
|
| H A D | i40e_common.c | 5315 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()
|