Lines Matching refs:tbd
2809 struct ipw2100_bd *tbd; in __ipw2100_tx_process() local
2822 tbd = &txq->drv[packet->index]; in __ipw2100_tx_process()
2834 descriptors_used = tbd->num_fragments; in __ipw2100_tx_process()
2835 frag_num = tbd->num_fragments - 1; in __ipw2100_tx_process()
2919 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries]; in __ipw2100_tx_process()
2923 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process()
2926 tbd->host_addr, in __ipw2100_tx_process()
2927 tbd->buf_length, PCI_DMA_TODEVICE); in __ipw2100_tx_process()
3001 struct ipw2100_bd *tbd; in ipw2100_tx_send_commands() local
3029 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_commands()
3032 tbd->host_addr = packet->info.c_struct.cmd_phys; in ipw2100_tx_send_commands()
3033 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands()
3036 tbd->num_fragments = 1; in ipw2100_tx_send_commands()
3037 tbd->status.info.field = in ipw2100_tx_send_commands()
3070 struct ipw2100_bd *tbd; in ipw2100_tx_send_data() local
3103 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_data()
3136 tbd->host_addr = packet->info.d_struct.data_phys; in ipw2100_tx_send_data()
3137 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data()
3138 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3139 tbd->status.info.field = in ipw2100_tx_send_data()
3146 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data()
3154 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_data()
3156 tbd->status.info.field = in ipw2100_tx_send_data()
3160 tbd->status.info.field = in ipw2100_tx_send_data()
3164 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3167 tbd->host_addr = pci_map_single(priv->pci_dev, in ipw2100_tx_send_data()
3172 tbd->buf_length, in ipw2100_tx_send_data()
3175 tbd->host_addr)) { in ipw2100_tx_send_data()
3181 txq->next, tbd->host_addr, in ipw2100_tx_send_data()
3182 tbd->buf_length); in ipw2100_tx_send_data()
3185 tbd->host_addr, in ipw2100_tx_send_data()
3186 tbd->buf_length, in ipw2100_tx_send_data()