Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/
A Ddpaa2-console.c47 __le32 buf_length; member
108 u32 read_magic, wrapped, last_byte, buf_start, buf_length; in dpaa2_generic_console_open() local
134 buf_length = readl(&cd->hdr->buf_length); in dpaa2_generic_console_open()
144 cd->end_addr = cd->start_addr + buf_length; in dpaa2_generic_console_open()
/linux/arch/mips/fw/cfe/
A Dcfe_api.c192 xiocb.plist.xiocb_buffer.buf_length = strlen(name); in cfe_getdevinfo()
317 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_ioctl()
337 xiocb.plist.xiocb_buffer.buf_length = strlen(name); in cfe_open()
362 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_readblk()
407 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_writeblk()
A Dcfe_api_int.h48 u64 buf_length; /* length of this buffer */ member
/linux/drivers/hid/amd-sfh-hid/
A Damd_sfh_pcie.h78 u32 buf_length : 6; member
A Damd_sfh_pcie.c106 cmd_param.s.buf_length = 16; in amd_start_sensor()
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.h39 u16 buf_length; member
A Dqed_ll2.c1819 p_curp->buf_length = buf_len; in qed_ll2_post_rx_buffer()
/linux/drivers/net/ethernet/amd/
A Dsun3lance.c114 short buf_length; /* This length is 2s complement! */ member
473 MEM->rx_head[i].buf_length = -PKT_BUF_SZ | 0xf000; in lance_init_ring()
545 -MEM->rx_head[i].buf_length, in lance_start_xmit()
A Dlance.c215 s16 buf_length; /* This length is 2s complement (negative)! */ member
885 lp->rx_ring[i].buf_length = -PKT_BUF_SZ; in lance_init_ring()
936 lp->rx_ring[i].base, -lp->rx_ring[i].buf_length, in lance_tx_timeout()
1215 lp->rx_ring[entry].buf_length = -PKT_BUF_SZ; in lance_rx()
A Datarilance.c126 short buf_length; /* This length is 2s complement! */ member
716 MEM->rx_head[i].buf_length = -PKT_BUF_SZ; in lance_init_ring()
750 -MEM->rx_head[i].buf_length, in lance_tx_timeout()
A Dpcnet32.c214 __le16 buf_length; /* two`s complement of length */ member
591 new_rx_ring[new].buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_realloc_rx_ring()
1286 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_rx()
2389 lp->rx_ring[i].buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_init_ring()
2466 (-le16_to_cpu(lp->rx_ring[i].buf_length)) & in pcnet32_tx_timeout()
/linux/drivers/net/wireless/intersil/orinoco/
A Dorinoco_usb.c274 int buf_length; member
623 ctx->buf_length = urb->actual_length; in ezusb_request_in_callback()
953 if (exp_len != ctx->buf_length) { in ezusb_access_ltv()
956 ctx->in_rid, exp_len, ctx->buf_length); in ezusb_access_ltv()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c2894 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()
2926 tbd->buf_length, DMA_TO_DEVICE); in __ipw2100_tx_process()
3032 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands()
3136 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data()
3145 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data()
3163 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3170 tbd->buf_length, in ipw2100_tx_send_data()
3179 tbd->buf_length); in ipw2100_tx_send_data()
[all …]
A Dipw2100.h148 u32 buf_length; member

Completed in 57 milliseconds