Home | History | Annotate | Download | only in usb

Lines Matching defs:txf

2464 	struct ar_tx_frame *txf;
2519 txf = (struct ar_tx_frame *)&htc[1];
2520 memset(txf, 0, sizeof(*txf));
2521 txf->data_type = AR_HTC_NORMAL;
2522 txf->node_idx = sta_index;
2523 txf->vif_idx = 0;
2524 txf->tid = tid;
2526 txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
2529 txf->flags |= htobe32(AR_HTC_TX_CTSONLY);
2531 txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
2533 txf->key_idx = 0xff;
2534 frm = (uint8_t *)&txf[1];