Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs-vif.c271 for (i = 0; i < ARRAY_SIZE(mvmvif->queue_params); i++) in iwl_dbgfs_mac_params_read()
274 i, mvmvif->queue_params[i].txop, in iwl_dbgfs_mac_params_read()
275 mvmvif->queue_params[i].cw_min, in iwl_dbgfs_mac_params_read()
276 mvmvif->queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
277 mvmvif->queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
278 mvmvif->queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
Dmac-ctxt.c723 cpu_to_le16(mvmvif->queue_params[i].cw_min); in iwl_mvm_mac_ctxt_cmd_common()
725 cpu_to_le16(mvmvif->queue_params[i].cw_max); in iwl_mvm_mac_ctxt_cmd_common()
727 cpu_to_le16(mvmvif->queue_params[i].txop * 32); in iwl_mvm_mac_ctxt_cmd_common()
728 cmd->ac[txf].aifsn = mvmvif->queue_params[i].aifs; in iwl_mvm_mac_ctxt_cmd_common()
Dpower.c178 if (!mvmvif->queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
188 if (!tid_found && !mvmvif->queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
Dmvm.h395 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
Dmac80211.c2843 mvmvif->queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dwsm.h1102 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\ argument
1105 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5366 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local
5368 &queue_params.params.update; in bnx2x_after_function_update()
5371 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update()
5378 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5393 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5396 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
5404 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5407 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5415 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()