Searched refs:xmit (Results 126 - 150 of 160) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c422 return nn->dp.ops->xmit(skb, netdev);
/linux-master/drivers/input/joystick/iforce/
H A Diforce-main.c229 iforce->xmit.buf = iforce->xmit_data;
/linux-master/net/ipv4/
H A Desp4_offload.c365 .xmit = esp_xmit,
/linux-master/net/ipv6/
H A Desp6_offload.c401 .xmit = esp6_xmit,
/linux-master/net/nfc/hci/
H A Dcore.c961 if (ops->xmit == NULL)
971 hdev->llc = nfc_llc_allocate(llc_name, hdev, ops->xmit,
/linux-master/net/qrtr/
H A Daf_qrtr.c376 rc = node->ep->xmit(node->ep, skb);
583 * The specified endpoint must have the xmit function pointer set on call.
589 if (!ep || !ep->xmit)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c507 stats->xmit++;
655 stats->xmit++;
/linux-master/drivers/net/wan/
H A Dn2.c455 hdlc->xmit = sca_xmit;
H A Dwanxl.c290 /* should never happen - previous xmit should stop queue */
782 hdlc->xmit = wanxl_xmit;
H A Dfsl_qmc_hdlc.c375 * Previous xmit should have already stopped the queue.
748 hdlc->xmit = qmc_hdlc_xmit;
H A Dixp4xx_hss.c829 printk(KERN_DEBUG "%s: hss_hdlc_txdone_irq xmit"
1499 hdlc->xmit = hss_hdlc_xmit;
H A Dfsl_ucc_hdlc.c1236 hdlc->xmit = ucc_hdlc_tx;
/linux-master/drivers/nfc/microread/
H A Dmicroread.c631 .xmit = microread_xmit,
/linux-master/drivers/tty/serial/8250/
H A D8250_mtk.c202 uart_circ_clear(&port->state->xmit);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h444 u64 xmit; member in struct:mlx5e_xdpsq_stats
/linux-master/net/rds/
H A Dtcp.c455 .xmit = rds_tcp_xmit,
H A Drds.h511 * @xmit: .xmit is called by rds_send_xmit() to tell the transport to send
514 * sent before the data payload. .xmit must be prepared to send a
515 * message with no data payload. .xmit should return the number of
551 int (*xmit)(struct rds_connection *conn, struct rds_message *rm, member in struct:rds_transport
H A Dsend.c172 * we record the send generation after doing the xmit acquire.
366 ret = conn->c_trans->xmit(conn, rm,
/linux-master/net/sched/
H A Dact_api.c33 int tcf_dev_queue_xmit(struct sk_buff *skb, int (*xmit)(struct sk_buff *skb))
37 return sch_frag_xmit_hook(skb, xmit);
40 return xmit(skb);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c474 bool data, bool xmit)
494 if (data && xmit) {
472 msg_alloc_iov(struct msghdr *msg, int iov_count, int iov_length, bool data, bool xmit) argument
/linux-master/drivers/nfc/pn544/
H A Dpn544.c887 .xmit = pn544_hci_xmit,
/linux-master/drivers/nfc/st21nfca/
H A Dcore.c919 .xmit = st21nfca_hci_xmit,
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c488 circ = &ch->uart_port.state->xmit;
H A Djsm_cls.c455 circ = &ch->uart_port.state->xmit;
/linux-master/include/linux/
H A Dnetdevice.h1210 * Get the xmit slave of master device. If all_slaves is true, function
1320 * no frames were xmit'ed and core-caller will free all frames.
1323 * Get the xmit slave of master device based on the xdp_buff.
3231 } xmit; member in struct:softnet_data
3261 return this_cpu_read(softnet_data.xmit.recursion);
4881 __this_cpu_write(softnet_data.xmit.more, more);
4887 return __this_cpu_read(softnet_data.xmit.more);

Completed in 302 milliseconds

1234567