Searched refs:buf_length (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/mips/fw/cfe/ |
D | cfe_api.c | 205 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()
|
D | cfe_api_int.h | 61 u64 buf_length; /* length of this buffer */ member
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | sun3lance.c | 113 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()
|
D | lance.c | 215 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()
|
D | atarilance.c | 126 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()
|
D | pcnet32.c | 218 __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/ |
D | orinoco_usb.c | 277 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/ |
D | ipw2100.c | 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() [all …]
|
D | ipw2100.h | 162 u32 buf_length; member
|