Searched refs:queue_params (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Ddebugfs-vif.c255 for (i = 0; i < ARRAY_SIZE(mvmvif->queue_params); i++) iwl_dbgfs_mac_params_read()
258 i, mvmvif->queue_params[i].txop, iwl_dbgfs_mac_params_read()
259 mvmvif->queue_params[i].cw_min, iwl_dbgfs_mac_params_read()
260 mvmvif->queue_params[i].cw_max, iwl_dbgfs_mac_params_read()
261 mvmvif->queue_params[i].aifs, iwl_dbgfs_mac_params_read()
262 mvmvif->queue_params[i].uapsd); iwl_dbgfs_mac_params_read()
H A Dmac-ctxt.c714 cpu_to_le16(mvmvif->queue_params[i].cw_min); iwl_mvm_mac_ctxt_cmd_common()
716 cpu_to_le16(mvmvif->queue_params[i].cw_max); iwl_mvm_mac_ctxt_cmd_common()
718 cpu_to_le16(mvmvif->queue_params[i].txop * 32); iwl_mvm_mac_ctxt_cmd_common()
719 cmd->ac[txf].aifsn = mvmvif->queue_params[i].aifs; iwl_mvm_mac_ctxt_cmd_common()
H A Dpower.c175 if (!mvmvif->queue_params[ac].uapsd) iwl_mvm_power_configure_uapsd()
185 if (!tid_found && !mvmvif->queue_params[ac].acm) { iwl_mvm_power_configure_uapsd()
H A Dmvm.h349 * @queue_params: QoS params for this MAC
391 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member in struct:iwl_mvm_vif
H A Dmac80211.c2748 mvmvif->queue_params[ac] = *params; iwl_mvm_mac_conf_tx()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dwsm.h1102 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\
1105 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5332 struct bnx2x_queue_state_params queue_params = {NULL}; bnx2x_after_function_update() local
5334 &queue_params.params.update; bnx2x_after_function_update()
5337 queue_params.cmd = BNX2X_Q_CMD_UPDATE; bnx2x_after_function_update()
5344 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); bnx2x_after_function_update()
5359 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; for_each_eth_queue()
5362 rc = bnx2x_queue_state_change(bp, &queue_params); for_each_eth_queue()
5370 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj;
5373 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags);
5381 rc = bnx2x_queue_state_change(bp, &queue_params);

Completed in 279 milliseconds