• Home
  • Raw
  • Download

Lines Matching refs:tbd

2821 	struct ipw2100_bd *tbd;  in __ipw2100_tx_process()  local
2834 tbd = &txq->drv[packet->index]; in __ipw2100_tx_process()
2846 descriptors_used = tbd->num_fragments; in __ipw2100_tx_process()
2847 frag_num = tbd->num_fragments - 1; in __ipw2100_tx_process()
2931 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries]; in __ipw2100_tx_process()
2935 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process()
2938 tbd->host_addr, in __ipw2100_tx_process()
2939 tbd->buf_length, PCI_DMA_TODEVICE); in __ipw2100_tx_process()
3013 struct ipw2100_bd *tbd; in ipw2100_tx_send_commands() local
3041 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_commands()
3044 tbd->host_addr = packet->info.c_struct.cmd_phys; in ipw2100_tx_send_commands()
3045 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands()
3048 tbd->num_fragments = 1; in ipw2100_tx_send_commands()
3049 tbd->status.info.field = in ipw2100_tx_send_commands()
3082 struct ipw2100_bd *tbd; in ipw2100_tx_send_data() local
3115 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_data()
3148 tbd->host_addr = packet->info.d_struct.data_phys; in ipw2100_tx_send_data()
3149 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data()
3150 tbd->num_fragments = 1 + packet->info.d_struct.txb->nr_frags; in ipw2100_tx_send_data()
3151 tbd->status.info.field = in ipw2100_tx_send_data()
3158 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data()
3166 tbd = &txq->drv[txq->next]; in ipw2100_tx_send_data()
3168 tbd->status.info.field = in ipw2100_tx_send_data()
3172 tbd->status.info.field = in ipw2100_tx_send_data()
3176 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3179 tbd->host_addr = pci_map_single(priv->pci_dev, in ipw2100_tx_send_data()
3184 tbd->buf_length, in ipw2100_tx_send_data()
3188 txq->next, tbd->host_addr, in ipw2100_tx_send_data()
3189 tbd->buf_length); in ipw2100_tx_send_data()
3192 tbd->host_addr, in ipw2100_tx_send_data()
3193 tbd->buf_length, in ipw2100_tx_send_data()