Searched refs:xmit (Results 1 - 25 of 160) sorted by last modified time

1234567

/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c728 bool xmit; local
742 xmit = tsnep_xdp_xmit_frame_ring(xdpf, tx, type);
745 if (xmit)
750 return xmit;
2310 bool xmit; local
2321 xmit = tsnep_xdp_xmit_frame_ring(xdp[nxmit], tx,
2323 if (!xmit)
/linux-master/net/tipc/
H A Dsocket.c2513 goto xmit;
2520 xmit:
/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/net/xfrm/
H A Dxfrm_interface_core.c492 goto xmit;
495 goto xmit;
504 xmit:
H A Dxfrm_device.c184 err = x->type_offload->xmit(x, skb, esp_features);
208 err = x->type_offload->xmit(x, skb2, esp_features);
/linux-master/net/sunrpc/
H A Dxprtsock.c808 transport->xmit.offset = 0;
892 if (transport->xmit.offset != 0 &&
904 return transport->xmit.offset != 0 && req->rq_bytes_sent == 0;
957 transport->xmit.offset, rm, &sent);
959 __func__, xdr->len - transport->xmit.offset, status);
962 transport->xmit.offset += sent;
963 req->rq_bytes_sent = transport->xmit.offset;
965 req->rq_xmit_bytes_sent += transport->xmit.offset;
966 transport->xmit.offset = 0;
1128 transport->xmit
[all...]
/linux-master/net/rds/
H A Dtcp.c455 .xmit = rds_tcp_xmit,
/linux-master/net/qrtr/
H A Dmhi.c87 qdev->ep.xmit = qcom_mhi_qrtr_send;
/linux-master/net/mpls/
H A Dmpls_iptunnel.c281 .xmit = mpls_xmit,
/linux-master/net/l2tp/
H A Dl2tp_ip.c489 goto xmit;
498 xmit:
/linux-master/net/ipv6/
H A Dip6_vti.c490 goto xmit;
520 goto xmit;
529 xmit:
/linux-master/net/ipv4/
H A Dip_vti.c224 goto xmit;
245 goto xmit;
259 xmit:
/linux-master/net/dsa/
H A Duser.c950 nskb = p->xmit(skb, dev);
2638 p->xmit = cpu_dp->tag_ops->xmit;
/linux-master/net/core/
H A Ddev.c3834 * On PREEMPT_RT it is possible to preempt the qdisc owner during xmit
3852 * xmit the skb directly.
3945 return __this_cpu_read(softnet_data.xmit.skip_txqueue);
3950 __this_cpu_write(softnet_data.xmit.skip_txqueue, skip);
8367 * netdev_get_xmit_slave - Get the xmit slave of master device
H A Ddev.h155 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) >
161 __this_cpu_inc(softnet_data.xmit.recursion);
166 __this_cpu_dec(softnet_data.xmit.recursion);
/linux-master/include/net/
H A Dxfrm.h441 int (*xmit)(struct xfrm_state *, struct sk_buff *pskb, netdev_features_t features); member in struct:xfrm_type_offload
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 Ddsa.h91 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev); member in struct:dsa_device_ops
/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/drivers/tty/serial/8250/
H A D8250_core.c283 (!uart_circ_empty(&up->port.state->xmit) || up->port.x_char) &&
/linux-master/drivers/net/wan/
H A Dfsl_qmc_hdlc.c375 * Previous xmit should have already stopped the queue.
748 hdlc->xmit = qmc_hdlc_xmit;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h444 u64 xmit; member in struct:mlx5e_xdpsq_stats
H A Den_stats.c281 s->tx_xdp_xmit += xdpsq_red_stats->xmit;
293 s->rx_xdp_tx_xmit += xdpsq_stats->xmit;
305 s->tx_xsk_xmit += xsksq_stats->xmit;
2139 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, xmit) },
2149 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, xmit) },
2180 { MLX5E_DECLARE_XSKSQ_STAT(struct mlx5e_xdpsq_stats, xmit) },
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c507 stats->xmit++;
655 stats->xmit++;
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c699 struct circ_buf *xmit = &port->state->xmit; local
701 while (!uart_circ_empty(xmit)) {
705 writel_relaxed(xmit->buf[xmit->tail], port->membase + ofs->tdr);
710 if (uart_circ_empty(xmit))
719 struct circ_buf *xmit = &port->state->xmit; local
731 count = uart_circ_chars_pending(xmit);
736 if (xmit
795 struct circ_buf *xmit = &port->state->xmit; local
978 struct circ_buf *xmit = &port->state->xmit; local
[all...]

Completed in 388 milliseconds

1234567