Lines Matching refs:tx_desc
1026 TxFid tx_desc; /* card transmit descriptor */ member
1989 ai->txfids[0].tx_desc.offset = 0; in mpi_send_packet()
1990 ai->txfids[0].tx_desc.valid = 1; in mpi_send_packet()
1991 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet()
1992 ai->txfids[0].tx_desc.len =len+sizeof(WifiHdr); in mpi_send_packet()
2022 ai->txfids[0].tx_desc.len += sizeof(pMic); in mpi_send_packet()
2040 &ai->txfids[0].tx_desc, sizeof(TxFid)); in mpi_send_packet()
2501 ai->txfids[i].tx_desc.valid = 1; in mpi_init_descriptors()
2503 &ai->txfids[i].tx_desc, sizeof(TxFid)); in mpi_init_descriptors()
2505 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors()
2611 ai->txfids[i].tx_desc.valid = 1; in mpi_map_card()
2612 ai->txfids[i].tx_desc.host_addr = busaddroff; in mpi_map_card()
2620 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()