Lines Matching refs:buf_length
2906 txq->drv[i].host_addr, txq->drv[i].buf_length); in __ipw2100_tx_process()
2916 txq->drv[i].buf_length); in __ipw2100_tx_process()
2935 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process()
2939 tbd->buf_length, PCI_DMA_TODEVICE); in __ipw2100_tx_process()
3045 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands()
3149 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data()
3158 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data()
3176 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3184 tbd->buf_length, in ipw2100_tx_send_data()
3189 tbd->buf_length); in ipw2100_tx_send_data()
3193 tbd->buf_length, in ipw2100_tx_send_data()
4610 priv->rx_queue.drv[i].buf_length = IPW_RX_NIC_BUFFER_LENGTH; in ipw2100_rx_allocate()