Lines Matching refs:tx_desc
1026 TxFid tx_desc; /* card transmit descriptor */ member
1985 ai->txfids[0].tx_desc.offset = 0; in mpi_send_packet()
1986 ai->txfids[0].tx_desc.valid = 1; in mpi_send_packet()
1987 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet()
1988 ai->txfids[0].tx_desc.len =len+sizeof(WifiHdr); in mpi_send_packet()
2018 ai->txfids[0].tx_desc.len += sizeof(pMic); in mpi_send_packet()
2036 &ai->txfids[0].tx_desc, sizeof(TxFid)); in mpi_send_packet()
2496 ai->txfids[i].tx_desc.valid = 1; in mpi_init_descriptors()
2498 &ai->txfids[i].tx_desc, sizeof(TxFid)); in mpi_init_descriptors()
2500 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors()
2606 ai->txfids[i].tx_desc.valid = 1; in mpi_map_card()
2607 ai->txfids[i].tx_desc.host_addr = busaddroff; in mpi_map_card()
2615 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()