Lines Matching refs:d_struct

2942 		libipw_txb_free(packet->info.d_struct.txb);  in __ipw2100_tx_process()
2943 packet->info.d_struct.txb = NULL; in __ipw2100_tx_process()
3098 if (unlikely(1 + packet->info.d_struct.txb->nr_frags > in ipw2100_tx_send_data()
3107 if (txq->available <= 3 + packet->info.d_struct.txb->nr_frags) { in ipw2100_tx_send_data()
3119 ipw_hdr = packet->info.d_struct.data; in ipw2100_tx_send_data()
3120 hdr = (struct libipw_hdr_3addr *)packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3140 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; in ipw2100_tx_send_data()
3141 if (packet->info.d_struct.txb->nr_frags > 1) in ipw2100_tx_send_data()
3143 packet->info.d_struct.txb->frag_size - in ipw2100_tx_send_data()
3148 tbd->host_addr = packet->info.d_struct.data_phys; in ipw2100_tx_send_data()
3150 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3160 if (packet->info.d_struct.txb->nr_frags > 1) in ipw2100_tx_send_data()
3162 packet->info.d_struct.txb->nr_frags); in ipw2100_tx_send_data()
3165 for (i = 0; i < packet->info.d_struct.txb->nr_frags; i++) { in ipw2100_tx_send_data()
3167 if (i == packet->info.d_struct.txb->nr_frags - 1) in ipw2100_tx_send_data()
3176 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3180 packet->info.d_struct. in ipw2100_tx_send_data()
3200 txq->available -= 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3410 packet->info.d_struct.txb = txb; in ipw2100_tx()
4459 priv->tx_buffers[i].info.d_struct.data = in ipw2100_tx_allocate()
4461 priv->tx_buffers[i].info.d_struct.data_phys = p; in ipw2100_tx_allocate()
4462 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_allocate()
4471 priv->tx_buffers[j].info.d_struct.data, in ipw2100_tx_allocate()
4472 priv->tx_buffers[j].info.d_struct. in ipw2100_tx_allocate()
4505 if (priv->tx_buffers[i].info.d_struct.txb) { in ipw2100_tx_initialize()
4506 libipw_txb_free(priv->tx_buffers[i].info.d_struct. in ipw2100_tx_initialize()
4508 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_initialize()
4544 if (priv->tx_buffers[i].info.d_struct.txb) { in ipw2100_tx_free()
4545 libipw_txb_free(priv->tx_buffers[i].info.d_struct. in ipw2100_tx_free()
4547 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_free()
4549 if (priv->tx_buffers[i].info.d_struct.data) in ipw2100_tx_free()
4552 priv->tx_buffers[i].info.d_struct. in ipw2100_tx_free()
4554 priv->tx_buffers[i].info.d_struct. in ipw2100_tx_free()
5836 libipw_txb_free(packet->info.d_struct.txb); in ipw2100_close()
5837 packet->info.d_struct.txb = NULL; in ipw2100_close()