Lines Matching refs:d_struct

2913 		libipw_txb_free(packet->info.d_struct.txb);
2914 packet->info.d_struct.txb = NULL;
3069 if (unlikely(1 + packet->info.d_struct.txb->nr_frags >
3078 if (txq->available <= 3 + packet->info.d_struct.txb->nr_frags) {
3090 ipw_hdr = packet->info.d_struct.data;
3091 hdr = (struct libipw_hdr_3addr *)packet->info.d_struct.txb->
3111 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted;
3112 if (packet->info.d_struct.txb->nr_frags > 1)
3114 packet->info.d_struct.txb->frag_size -
3119 tbd->host_addr = packet->info.d_struct.data_phys;
3121 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags;
3131 if (packet->info.d_struct.txb->nr_frags > 1)
3133 packet->info.d_struct.txb->nr_frags);
3136 for (i = 0; i < packet->info.d_struct.txb->nr_frags; i++) {
3138 if (i == packet->info.d_struct.txb->nr_frags - 1)
3147 tbd->buf_length = packet->info.d_struct.txb->
3151 packet->info.d_struct.
3174 txq->available -= 1 + packet->info.d_struct.txb->nr_frags;
3385 packet->info.d_struct.txb = txb;
4434 priv->tx_buffers[i].info.d_struct.data =
4436 priv->tx_buffers[i].info.d_struct.data_phys = p;
4437 priv->tx_buffers[i].info.d_struct.txb = NULL;
4446 priv->tx_buffers[j].info.d_struct.data,
4447 priv->tx_buffers[j].info.d_struct.data_phys);
4479 if (priv->tx_buffers[i].info.d_struct.txb) {
4480 libipw_txb_free(priv->tx_buffers[i].info.d_struct.
4482 priv->tx_buffers[i].info.d_struct.txb = NULL;
4518 if (priv->tx_buffers[i].info.d_struct.txb) {
4519 libipw_txb_free(priv->tx_buffers[i].info.d_struct.
4521 priv->tx_buffers[i].info.d_struct.txb = NULL;
4523 if (priv->tx_buffers[i].info.d_struct.data)
4526 priv->tx_buffers[i].info.d_struct.data,
4527 priv->tx_buffers[i].info.d_struct.data_phys);
5802 libipw_txb_free(packet->info.d_struct.txb);
5803 packet->info.d_struct.txb = NULL;