Home
last modified time | relevance | path

Searched refs:rx_handler (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/include/linux/
Dntb_transport.h65 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, member
Dnetdevice.h1688 rx_handler_func_t __rcu *rx_handler; member
3041 rx_handler_func_t *rx_handler,
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.c635 if (addr != port->rx_handler.offset || len != 4) { in fwtty_port_handler()
644 if (addr != port->rx_handler.offset + 4 || in fwtty_port_handler()
645 len > port->rx_handler.length - 4) { in fwtty_port_handler()
889 fw_core_remove_address_handler(&ports[j]->rx_handler); in fwserial_destroy()
1433 seq_printf(m, " addr:%012llx tx:%d rx:%d", port->rx_handler.offset, in fwtty_proc_show_port()
1637 u64 status_addr = port->rx_handler.offset; in fill_plug_params()
1638 u64 fifo_addr = port->rx_handler.offset + 4; in fill_plug_params()
1639 size_t fifo_len = port->rx_handler.length - 4; in fill_plug_params()
2248 port->rx_handler.length = FWTTY_PORT_RXFIFO_LEN + 4; in fwserial_create()
2249 port->rx_handler.address_callback = fwtty_port_handler; in fwserial_create()
[all …]
Dfwserial.h242 struct fw_address_handler rx_handler; member
/linux-4.4.14/net/hsr/
Dhsr_slave.c58 return rcu_access_pointer(dev->rx_handler) == hsr_handle_frame; in hsr_port_exists()
/linux-4.4.14/drivers/ntb/
Dntb_transport.c144 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, member
1190 if (qp->rx_handler && qp->client_ready) in ntb_complete_rxc()
1191 qp->rx_handler(qp, qp->cb_data, cb_data, len); in ntb_complete_rxc()
1639 qp->rx_handler = handlers->rx_handler; in ntb_transport_create_queue()
1767 qp->rx_handler = NULL; in ntb_transport_free_queue()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h282 int (*rx_handler)(void *handle, const __be64 *rsp, member
Dcxgb4_main.c703 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { in uldrx_handler()
/linux-4.4.14/drivers/net/
Dntb_netdev.c399 .rx_handler = ntb_netdev_rx_handler,
/linux-4.4.14/net/core/
Ddev.c3739 rx_handler_func_t *rx_handler, in netdev_rx_handler_register() argument
3744 if (dev->rx_handler) in netdev_rx_handler_register()
3749 rcu_assign_pointer(dev->rx_handler, rx_handler); in netdev_rx_handler_register()
3767 RCU_INIT_POINTER(dev->rx_handler, NULL); in netdev_rx_handler_unregister()
3814 rx_handler_func_t *rx_handler; in __netif_receive_skb_core() local
3896 rx_handler = rcu_dereference(skb->dev->rx_handler); in __netif_receive_skb_core()
3897 if (rx_handler) { in __netif_receive_skb_core()
3902 switch (rx_handler(&skb)) { in __netif_receive_skb_core()
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-sport.c691 static irqreturn_t rx_handler(int irq, void *dev_id) in rx_handler() function
895 if (set_dma_callback(sport->dma_rx_chan, rx_handler, sport) != 0) { in sport_init()
/linux-4.4.14/net/bridge/
Dbr_private.h511 return rcu_dereference(dev->rx_handler) == br_handle_frame; in br_rx_handler_check_rcu()
/linux-4.4.14/Documentation/networking/
Dvrf.txt40 using an rx_handler which gives the impression that packets flow through
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c1498 .rx_handler = c4iw_uld_rx_handler,
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c87 .rx_handler = t4_uld_rx_handler,