• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/

Lines Matching refs:d_struct

2967 		libipw_txb_free(packet->info.d_struct.txb);
2968 packet->info.d_struct.txb = NULL;
3123 if (unlikely(1 + packet->info.d_struct.txb->nr_frags >
3132 if (txq->available <= 3 + packet->info.d_struct.txb->nr_frags) {
3144 ipw_hdr = packet->info.d_struct.data;
3145 hdr = (struct libipw_hdr_3addr *)packet->info.d_struct.txb->
3165 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted;
3166 if (packet->info.d_struct.txb->nr_frags > 1)
3168 packet->info.d_struct.txb->frag_size -
3173 tbd->host_addr = packet->info.d_struct.data_phys;
3175 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags;
3185 if (packet->info.d_struct.txb->nr_frags > 1)
3187 packet->info.d_struct.txb->nr_frags);
3190 for (i = 0; i < packet->info.d_struct.txb->nr_frags; i++) {
3192 if (i == packet->info.d_struct.txb->nr_frags - 1)
3201 tbd->buf_length = packet->info.d_struct.txb->
3205 packet->info.d_struct.
3225 txq->available -= 1 + packet->info.d_struct.txb->nr_frags;
3435 packet->info.d_struct.txb = txb;
4519 priv->tx_buffers[i].info.d_struct.data =
4521 priv->tx_buffers[i].info.d_struct.data_phys = p;
4522 priv->tx_buffers[i].info.d_struct.txb = NULL;
4531 priv->tx_buffers[j].info.d_struct.data,
4532 priv->tx_buffers[j].info.d_struct.
4565 if (priv->tx_buffers[i].info.d_struct.txb) {
4566 libipw_txb_free(priv->tx_buffers[i].info.d_struct.
4568 priv->tx_buffers[i].info.d_struct.txb = NULL;
4604 if (priv->tx_buffers[i].info.d_struct.txb) {
4605 libipw_txb_free(priv->tx_buffers[i].info.d_struct.
4607 priv->tx_buffers[i].info.d_struct.txb = NULL;
4609 if (priv->tx_buffers[i].info.d_struct.data)
4612 priv->tx_buffers[i].info.d_struct.
4614 priv->tx_buffers[i].info.d_struct.
5835 libipw_txb_free(packet->info.d_struct.txb);
5836 packet->info.d_struct.txb = NULL;