Lines Matching refs:tx

6615     struct ieee80211_frame *wh, struct iwm_tx_cmd *tx)
6625 tx->rts_retry_limit = IWM_RTS_DFAULT_RETRY_LIMIT;
6626 tx->data_retry_limit = IWM_LOW_RETRY_LIMIT;
6632 tx->data_retry_limit = IWM_MGMT_DFAULT_RETRY_LIMIT;
6643 tx->initial_rate_index = 0;
6644 tx->tx_flags |= htole32(IWM_TX_CMD_FLG_STA_RATE);
6702 tx->rate_n_flags = htole32(rate_flags |
6706 tx->rate_n_flags = htole32(rate_flags | rinfo->ht_plcp);
6708 tx->rate_n_flags = htole32(rate_flags | rinfo->plcp);
6723 struct iwm_tx_cmd *tx;
6797 tx = (void *)cmd->data;
6798 memset(tx, 0, sizeof(*tx));
6800 rate = iwm_tx_fill_cmd(sc, in, wh, tx);
6863 tx->sta_id = IWM_MONITOR_STA_ID;
6865 tx->sta_id = IWM_STATION_ID;
6870 tx->pm_frame_timeout = htole16(3);
6872 tx->pm_frame_timeout = htole16(2);
6885 tx->data_retry_limit = IWM_BAR_DFAULT_RETRY_LIMIT;
6888 tx->pm_frame_timeout = htole16(0);
6894 tx->offload_assist |= htole16(IWM_TX_CMD_OFFLD_PAD);
6899 tx->len = htole16(totlen);
6900 tx->tid_tspec = tid;
6901 tx->life_time = htole32(IWM_TX_CMD_LIFE_TIME_INFINITE);
6904 tx->dram_lsb_ptr = htole32(data->scratch_paddr);
6905 tx->dram_msb_ptr = iwm_get_dma_hi_addr(data->scratch_paddr);
6908 memcpy(((uint8_t *)tx) + sizeof(*tx), wh, hdrlen);
6924 tx->sec_ctl = IWM_TX_CMD_SEC_CCM;
6925 memcpy(tx->key, k->k_key, MIN(sizeof(tx->key), k->k_len));
6931 tx->sec_ctl = 0;
6938 tx->tx_flags |= htole32(flags);
6989 ((sizeof(struct iwm_cmd_header) + sizeof(*tx)
7010 iwm_update_sched(sc, ring->qid, ring->cur, tx->sta_id, totlen);
7039 printf("%s: Flushing tx queue failed: %d\n", DEVNAME(sc), err);
10217 printf("%s: could not init tx ant config (error %d)\n",
10282 /* Initialize tx backoffs to the minimum. */
10947 printf(" tx ring %2d: qid=%-2d cur=%-3d "