Searched refs:quota (Results 26 - 39 of 39) sorted by relevance

12

/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c278 /* enable rdma and ethernet interfaces, and new quota locations */
294 size = priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[slave];
299 size = priv->mfunc.master.res_tracker.res_alloc[RES_SRQ].quota[slave];
304 size = priv->mfunc.master.res_tracker.res_alloc[RES_CQ].quota[slave];
315 size = priv->mfunc.master.res_tracker.res_alloc[RES_MPT].quota[slave];
320 size = priv->mfunc.master.res_tracker.res_alloc[RES_MTT].quota[slave];
H A Dmlx4.h526 int *quota; member in struct:resource_allocator
/drivers/net/ethernet/sfc/
H A Def10.c1968 static int efx_ef10_ev_process(struct efx_channel *channel, int quota) argument
1977 if (quota <= 0)
2005 if (spent >= quota) {
2007 * avoid going over-quota?
2009 spent = quota;
2016 spent = quota;
2018 } else if (++spent == quota) {
2024 if (++spent == quota)
H A Dnet_driver.h1184 * @ev_process: Process events for a queue, up to the given NAPI quota
1304 int (*ev_process)(struct efx_channel *channel, int quota);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h359 * the quota in each timer period - number of bytes
362 vdata->vnic_max_rate[vnic].vn_counter.quota =
H A Dbnx2x_hsi.h4829 u32 quota; member in struct:rate_shaping_counter
H A Dbnx2x_main.c2858 m_rs_vn.vn_counter.quota =
/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h593 void wil_rx_handle(struct wil6210_priv *wil, int *quota);
/drivers/net/can/
H A Djanz-ican3.c788 static int ican3_set_buserror(struct ican3_dev *mod, u8 quota) argument
796 msg.data[1] = quota;
/drivers/net/ethernet/sis/
H A Dsis190.c48 #define sis190_rx_quota(count, quota) count
582 rx_left = sis190_rx_quota(rx_left, (u32) dev->quota);
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api.h808 * struct iwl_time_quota_data - configuration of time quota per binding
810 * @quota: absolute time quota in TU. The scheduler will try to divide the
811 * remainig quota (after Time Events) according to this quota.
816 __le32 quota; member in struct:iwl_time_quota_data
821 * struct iwl_time_quota_cmd - configuration of time quota between bindings
H A Dd3.c709 /* and some quota */
713 quota_cmd.quotas[0].quota = cpu_to_le32(IWL_MVM_MAX_QUOTA);
722 IWL_ERR(mvm, "Failed to send quota: %d\n", ret);
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c818 int quota = my_quota; local
826 while (cqe && (quota > 0)) {
865 quota--;
/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1154 struct vmxnet3_adapter *adapter, int quota)
1177 if (num_rxd >= quota) {
1153 vmxnet3_rq_rx_complete(struct vmxnet3_rx_queue *rq, struct vmxnet3_adapter *adapter, int quota) argument

Completed in 354 milliseconds

12