Lines Matching full:txb

2913 		libipw_txb_free(packet->info.d_struct.txb);  in __ipw2100_tx_process()
2914 packet->info.d_struct.txb = NULL; in __ipw2100_tx_process()
3069 if (unlikely(1 + packet->info.d_struct.txb->nr_frags > in ipw2100_tx_send_data()
3078 if (txq->available <= 3 + packet->info.d_struct.txb->nr_frags) { in ipw2100_tx_send_data()
3091 hdr = (struct libipw_hdr_3addr *)packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3111 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; in ipw2100_tx_send_data()
3112 if (packet->info.d_struct.txb->nr_frags > 1) in ipw2100_tx_send_data()
3114 packet->info.d_struct.txb->frag_size - in ipw2100_tx_send_data()
3121 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3131 if (packet->info.d_struct.txb->nr_frags > 1) in ipw2100_tx_send_data()
3133 packet->info.d_struct.txb->nr_frags); in ipw2100_tx_send_data()
3136 for (i = 0; i < packet->info.d_struct.txb->nr_frags; i++) { in ipw2100_tx_send_data()
3138 if (i == packet->info.d_struct.txb->nr_frags - 1) in ipw2100_tx_send_data()
3147 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3152 txb->fragments[i]->data + in ipw2100_tx_send_data()
3174 txq->available -= 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3362 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb, in ipw2100_tx() argument
3385 packet->info.d_struct.txb = txb; in ipw2100_tx()
3387 IPW_DEBUG_TX("Sending fragment (%d bytes):\n", txb->fragments[0]->len); in ipw2100_tx()
3388 printk_buf(IPW_DL_TX, txb->fragments[0]->data, txb->fragments[0]->len); in ipw2100_tx()
4437 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_allocate()
4479 if (priv->tx_buffers[i].info.d_struct.txb) { in ipw2100_tx_initialize()
4481 txb); in ipw2100_tx_initialize()
4482 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_initialize()
4518 if (priv->tx_buffers[i].info.d_struct.txb) { in ipw2100_tx_free()
4520 txb); in ipw2100_tx_free()
4521 priv->tx_buffers[i].info.d_struct.txb = NULL; in ipw2100_tx_free()
5802 libipw_txb_free(packet->info.d_struct.txb); in ipw2100_close()
5803 packet->info.d_struct.txb = NULL; in ipw2100_close()