Home
last modified time | relevance | path

Searched refs:send_pkt (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/tools/testing/selftests/net/
Dtxring_overwrite.c122 static void send_pkt(int fdt, void *slot, char payload_char) in send_pkt() function
167 send_pkt(fdt, ring, payload_patterns[0]); in main()
168 send_pkt(fdt, ring, payload_patterns[1]); in main()
/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1043 struct htc_packet *send_pkt = NULL; in htc_setup_tx_complete() local
1046 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete()
1048 if (!send_pkt) in htc_setup_tx_complete()
1056 (struct htc_setup_comp_ext_msg *)send_pkt->buf; in htc_setup_tx_complete()
1070 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext, in htc_setup_tx_complete()
1076 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf; in htc_setup_tx_complete()
1079 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp, in htc_setup_tx_complete()
1085 send_pkt->completion = NULL; in htc_setup_tx_complete()
1086 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0); in htc_setup_tx_complete()
1087 status = ath6kl_htc_tx_issue(target, send_pkt); in htc_setup_tx_complete()
[all …]
/linux-5.19.10/net/vmw_vsock/
Dvsock_loopback.c112 .send_pkt = vsock_loopback_send_pkt,
Dvirtio_transport_common.c237 return t_ops->send_pkt(pkt); in virtio_transport_send_pkt_info()
857 return t->send_pkt(reply); in virtio_transport_reset_no_sock()
Dvirtio_transport.c498 .send_pkt = virtio_transport_send_pkt,
/linux-5.19.10/include/linux/
Dvirtio_vsock.h71 int (*send_pkt)(struct virtio_vsock_pkt *pkt); member
/linux-5.19.10/net/bluetooth/
D6lowpan.c428 static int send_pkt(struct l2cap_chan *chan, struct sk_buff *skb, in send_pkt() function
485 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
527 err = send_pkt(lowpan_cb(skb)->chan, skb, netdev); in bt_xmit()
/linux-5.19.10/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c166 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx()
189 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx()
Dsiw.h380 struct siw_send_pkt send_pkt; member
/linux-5.19.10/drivers/vhost/
Dvsock.c474 .send_pkt = vhost_transport_send_pkt,