Searched refs:send_pkt (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ |
D | txring_overwrite.c | 122 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-6.6.21/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 1043 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-6.6.21/net/vmw_vsock/ |
D | vsock_loopback.c | 98 .send_pkt = vsock_loopback_send_pkt,
|
D | virtio_transport_common.c | 252 ret = t_ops->send_pkt(skb); in virtio_transport_send_pkt_info() 974 return t->send_pkt(reply); in virtio_transport_reset_no_sock()
|
D | virtio_transport.c | 465 .send_pkt = virtio_transport_send_pkt,
|
/linux-6.6.21/include/linux/ |
D | virtio_vsock.h | 161 int (*send_pkt)(struct sk_buff *skb); member
|
/linux-6.6.21/net/bluetooth/ |
D | 6lowpan.c | 428 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-6.6.21/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 165 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx() 188 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx()
|
D | siw.h | 381 struct siw_send_pkt send_pkt; member
|
/linux-6.6.21/drivers/vhost/ |
D | vsock.c | 446 .send_pkt = vhost_transport_send_pkt,
|