Home
last modified time | relevance | path

Searched refs:buf_length (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/mips/fw/cfe/
Dcfe_api.c205 xiocb.plist.xiocb_buffer.buf_length = strlen(name); in cfe_getdevinfo()
335 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_ioctl()
355 xiocb.plist.xiocb_buffer.buf_length = strlen(name); in cfe_open()
380 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_readblk()
425 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_writeblk()
Dcfe_api_int.h61 u64 buf_length; /* length of this buffer */ member
/linux-4.4.14/drivers/net/ethernet/amd/
Dsun3lance.c113 short buf_length; /* This length is 2s complement! */ member
478 MEM->rx_head[i].buf_length = -PKT_BUF_SZ | 0xf000; in lance_init_ring()
549 -MEM->rx_head[i].buf_length, in lance_start_xmit()
Dlance.c215 s16 buf_length; /* This length is 2s complement (negative)! */ member
884 lp->rx_ring[i].buf_length = -PKT_BUF_SZ; in lance_init_ring()
935 lp->rx_ring[i].base, -lp->rx_ring[i].buf_length, in lance_tx_timeout()
1214 lp->rx_ring[entry].buf_length = -PKT_BUF_SZ; in lance_rx()
Datarilance.c126 short buf_length; /* This length is 2s complement! */ member
720 MEM->rx_head[i].buf_length = -PKT_BUF_SZ; in lance_init_ring()
754 -MEM->rx_head[i].buf_length, in lance_tx_timeout()
Dpcnet32.c218 __le16 buf_length; /* two`s complement of length */ member
594 new_rx_ring[new].buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_realloc_rx_ring()
1235 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_rx()
2339 lp->rx_ring[i].buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_init_ring()
2416 (-le16_to_cpu(lp->rx_ring[i].buf_length)) & in pcnet32_tx_timeout()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dorinoco_usb.c277 int buf_length; member
638 ctx->buf_length = urb->actual_length; in ezusb_request_in_callback()
932 if (exp_len != ctx->buf_length) { in ezusb_access_ltv()
935 ctx->in_rid, exp_len, ctx->buf_length); in ezusb_access_ltv()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.c2906 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()
[all …]
Dipw2100.h162 u32 buf_length; member