Searched refs:credit (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c377 balloon_inc_reservation(ulong_t credit) argument
393 if (credit > FRAME_ARRAY_SIZE)
394 credit = FRAME_ARRAY_SIZE;
397 rv = balloon_alloc_pages(credit, mfn_frames);
/illumos-gate/usr/src/uts/common/os/
H A Dserializer.c90 * serializer_enter() is limited by `serializer_credit' value. After the credit
187 * Drain serializer, limiting drain to `credit' requests at most.
190 serializer_drain(serializer_t *s, int credit) argument
197 for (; mp != NULL && credit-- != 0; mp = s->ser_first) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h314 } credit; member in union:xen_domctl_scheduler_op::__anon9292
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c580 /* credit handling callbacks */
1631 * requested, consume CAM credit.
1663 /* Consume the credit if not requested not to */
1680 * requested, returns a CAM credit.
1720 /* Return the credit to the credit pool if not requested not to */
1724 ECORE_ERR("Failed to return a credit\n");
1739 * requested, returns a CAM credit.
1788 /* Consume the credit if not requested not to */
1797 /* return the credit take
4442 ecore_init_credit_pool(struct ecore_credit_pool_obj *p, int base, int credit) argument
4568 int credit = MAX_VLAN_CREDIT_E2 / func_num; local
[all...]
H A Decore_sp_verbs.h359 /* MACs credit pool */
362 /* VLANs credit pool */
414 * Update the relevant credit object(s) (consume/return
703 /* Current amount of credit in the pool */
704 atomic_t credit; member in struct:ecore_credit_pool_obj
706 /* Maximum allowed credit. put() will check against it. */
737 * Get the requested amount of credit from the pool.
739 * @param cnt Amount of requested credit
745 * Returns the credit to the pool.
747 * @param cnt Amount of credit t
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h320 u16 seid, u16 credit, u8 max_credit,
344 u16 seid, u16 credit, u8 max_bw,
H A Di40e_common.c4687 * @credit: BW limit credits (0 = disabled)
4692 u16 seid, u16 credit, u8 max_credit,
4704 cmd->credit = CPU_TO_LE16(credit);
4716 * @credit: BW limit credits (0 = disabled)
4721 u16 seid, u16 credit, u8 max_bw,
4733 cmd->credit = CPU_TO_LE16(credit);
4691 i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_credit, struct i40e_asq_cmd_details *cmd_details) argument
4720 i40e_aq_config_switch_comp_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_bw, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h1385 __le16 credit; member in struct:i40e_aqc_configure_vsi_bw_limit
1453 __le16 credit; member in struct:i40e_aqc_configure_switching_comp_bw_limit

Completed in 83 milliseconds