Lines Matching refs:conf_tid
438 struct conf_tx_tid *conf_tid; in wl1271_plt_init() local
504 conf_tid = &wl->conf.tx.tid_conf[i]; in wl1271_plt_init()
505 ret = wl1271_acx_tid_cfg(wl, conf_tid->queue_id, in wl1271_plt_init()
506 conf_tid->channel_type, in wl1271_plt_init()
507 conf_tid->tsid, in wl1271_plt_init()
508 conf_tid->ps_scheme, in wl1271_plt_init()
509 conf_tid->ack_policy, in wl1271_plt_init()
510 conf_tid->apsd_conf[0], in wl1271_plt_init()
511 conf_tid->apsd_conf[1]); in wl1271_plt_init()
2637 struct conf_tx_tid *conf_tid = in wl1271_op_conf_tx() local
2646 conf_tid->queue_id = wl1271_tx_get_queue(queue); in wl1271_op_conf_tx()
2647 conf_tid->channel_type = CONF_CHANNEL_TYPE_EDCF; in wl1271_op_conf_tx()
2648 conf_tid->tsid = wl1271_tx_get_queue(queue); in wl1271_op_conf_tx()
2649 conf_tid->ps_scheme = ps_scheme; in wl1271_op_conf_tx()
2650 conf_tid->ack_policy = CONF_ACK_POLICY_LEGACY; in wl1271_op_conf_tx()
2651 conf_tid->apsd_conf[0] = 0; in wl1271_op_conf_tx()
2652 conf_tid->apsd_conf[1] = 0; in wl1271_op_conf_tx()