Searched refs:xmit (Results 76 - 100 of 102) sorted by relevance

12345

/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;
H A Dfarsync.c2454 hdlc->xmit = fst_start_xmit;
/linux-master/drivers/nfc/microread/
H A Dmicroread.c631 .xmit = microread_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/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);
/linux-master/include/net/
H A Ddsa.h91 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev); member in struct:dsa_device_ops
H A Dsch_generic.h825 /* additional qdisc xmit flags (NET_XMIT_MASK in linux/netdevice.h) */
1352 int sch_frag_xmit_hook(struct sk_buff *skb, int (*xmit)(struct sk_buff *skb));
H A Dxfrm.h441 int (*xmit)(struct xfrm_state *, struct sk_buff *pskb, netdev_features_t features); member in struct:xfrm_type_offload
/linux-master/net/dsa/
H A Duser.c950 nskb = p->xmit(skb, dev);
2638 p->xmit = cpu_dp->tag_ops->xmit;
/linux-master/net/tipc/
H A Dsocket.c2513 goto xmit;
2520 xmit:
/linux-master/include/trace/events/
H A Dsunrpc.h978 __entry->remaining = rqst->rq_slen - transport->xmit.offset;

Completed in 899 milliseconds

12345