Searched refs:buf_length (Results 1 – 11 of 11) sorted by relevance
| /drivers/soc/fsl/ |
| A D | dpaa2-console.c | 48 __le32 buf_length; member 109 u32 read_magic, wrapped, last_byte, buf_start, buf_length; in dpaa2_generic_console_open() local 135 buf_length = readl(&cd->hdr->buf_length); in dpaa2_generic_console_open() 145 cd->end_addr = cd->start_addr + buf_length; in dpaa2_generic_console_open()
|
| /drivers/hid/amd-sfh-hid/ |
| A D | amd_sfh_pcie.h | 67 u32 buf_length : 6; member
|
| A D | amd_sfh_pcie.c | 160 cmd_param.s.buf_length = 16; in amd_start_sensor()
|
| /drivers/net/ethernet/amd/ |
| A D | sun3lance.c | 115 short buf_length; /* This length is 2s complement! */ member 474 MEM->rx_head[i].buf_length = -PKT_BUF_SZ | 0xf000; in lance_init_ring() 546 -MEM->rx_head[i].buf_length, in lance_start_xmit()
|
| A D | lance.c | 216 s16 buf_length; /* This length is 2s complement (negative)! */ member 889 lp->rx_ring[i].buf_length = -PKT_BUF_SZ; in lance_init_ring() 940 lp->rx_ring[i].base, -lp->rx_ring[i].buf_length, in lance_tx_timeout() 1219 lp->rx_ring[entry].buf_length = -PKT_BUF_SZ; in lance_rx()
|
| A D | atarilance.c | 127 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()
|
| A D | pcnet32.c | 214 __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() 1294 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_rx() 2401 lp->rx_ring[i].buf_length = cpu_to_le16(NEG_BUF_SIZE); in pcnet32_init_ring() 2478 (-le16_to_cpu(lp->rx_ring[i].buf_length)) & in pcnet32_tx_timeout()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_ll2.h | 39 u16 buf_length; member
|
| A D | qed_ll2.c | 1821 p_curp->buf_length = buf_len; in qed_ll2_post_rx_buffer()
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2100.c | 2878 txq->drv[i].host_addr, txq->drv[i].buf_length); in __ipw2100_tx_process() 2888 txq->drv[i].buf_length); in __ipw2100_tx_process() 2907 tbd->host_addr, tbd->buf_length); in __ipw2100_tx_process() 2910 tbd->buf_length, DMA_TO_DEVICE); in __ipw2100_tx_process() 3016 tbd->buf_length = sizeof(struct ipw2100_cmd_header); in ipw2100_tx_send_commands() 3120 tbd->buf_length = sizeof(struct ipw2100_data_header); in ipw2100_tx_send_data() 3129 packet->index, tbd->host_addr, tbd->buf_length); in ipw2100_tx_send_data() 3147 tbd->buf_length = packet->info.d_struct.txb-> in ipw2100_tx_send_data() 3154 tbd->buf_length, in ipw2100_tx_send_data() 3163 tbd->buf_length); in ipw2100_tx_send_data() [all …]
|
| A D | ipw2100.h | 148 u32 buf_length; member
|
Completed in 44 milliseconds