Lines Matching refs:buf_length
2894 txq->drv[i].host_addr, txq->drv[i].buf_length); in __ipw2100_tx_process()
2904 txq->drv[i].buf_length); in __ipw2100_tx_process()
2923 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process()
2927 tbd->buf_length, PCI_DMA_TODEVICE); in __ipw2100_tx_process()
3033 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands()
3137 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data()
3146 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data()
3164 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3172 tbd->buf_length, in ipw2100_tx_send_data()
3182 tbd->buf_length); in ipw2100_tx_send_data()
3186 tbd->buf_length, in ipw2100_tx_send_data()
4601 priv->rx_queue.drv[i].buf_length = IPW_RX_NIC_BUFFER_LENGTH; in ipw2100_rx_allocate()