Searched refs:cons (Results 126 - 150 of 168) sorted by relevance

1234567

/linux-master/drivers/tty/serial/
H A Dlantiq.c700 .cons = LANTIQ_SERIAL_CONSOLE,
H A Dsa1100.c804 .cons = SA1100_CONSOLE,
H A Dpic32_uart.c861 .cons = PIC32_SCONSOLE,
H A Dfsl_lpuart.c2785 .cons = LPUART_CONSOLE,
2922 lpuart_reg.cons = LPUART32_CONSOLE;
2925 lpuart_reg.cons = LPUART_CONSOLE;
3173 termios.c_cflag = uport->cons->cflag;
H A Dst-asc.c932 .cons = ASC_SERIAL_CONSOLE,
H A Drda-uart.c699 .cons = RDA_UART_CONSOLE,
H A Dmeson_uart.c661 .cons = MESON_SERIAL_CONSOLE_PTR(_devname), \
H A Dfsl_linflexuart.c803 .cons = LINFLEX_CONSOLE,
H A Damba-pl011.c2491 port->cons = co;
2640 .cons = AMBA_CONSOLE,
H A Dzs.c1259 .cons = SERIAL_ZS_CONSOLE,
H A Dmvebu-uart.c817 .cons = &mvebu_uart_console,
H A Dcpm_uart.c1517 .cons = CPM_UART_CONSOLE,
H A Dsunsab.c155 (up->port.line == up->port.cons->index))
H A Dmxs-auart.c1455 .cons = &auart_console,
H A Dicom.c1557 .cons = ICOM_CONSOLE,
H A Dserial-tegra.c1415 .cons = NULL,
H A Dmpc52xx_uart.c1676 .cons = MPC52xx_PSC_CONSOLE,
/linux-master/net/smc/
H A Daf_smc.c3157 union smc_host_cursor cons, urg; local
3220 smc_curs_copy(&cons, &conn->local_tx_ctrl.cons, conn);
3223 &cons, &urg) == 1;
/linux-master/drivers/s390/block/
H A Ddasd_fba.c676 if (irb->esw.esw0.erw.cons) {
/linux-master/drivers/s390/cio/
H A Ddevice_fsm.c760 !irb->esw.esw0.erw.cons) {
H A Dqdio_main.c684 if (irb->esw.esw0.erw.cons) {
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c3600 u32 prod, cons[MAX_NUM_EXT_VOQS], distance[MAX_NUM_EXT_VOQS], tmp; local
3608 memset(cons, 0, MAX_NUM_EXT_VOQS * sizeof(u32));
3617 cons[voq] = qed_rd(p_hwfn, p_ptt,
3621 distance[voq] = prod - cons[voq];
3638 if (distance[voq] > tmp - cons[voq])
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h569 u32 cons; member in struct:mlx4_slave_event_eq
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c5941 static int kvmppc_irq_bypass_add_producer_hv(struct irq_bypass_consumer *cons, argument
5946 container_of(cons, struct kvm_kernel_irqfd, consumer);
5958 static void kvmppc_irq_bypass_del_producer_hv(struct irq_bypass_consumer *cons, argument
5963 container_of(cons, struct kvm_kernel_irqfd, consumer);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c431 u16 cons, u16 prod,
435 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons];
458 bnx2x_reuse_rx_data(fp, cons, prod);
470 /* move partial skb from cons to pool (don't unmap yet) */
430 bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, u16 cons, u16 prod, struct eth_fast_path_rx_cqe *cqe) argument

Completed in 663 milliseconds

1234567