Searched refs:send_pkt (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A 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/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 1042 struct htc_packet *send_pkt = NULL; in htc_setup_tx_complete() local 1045 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete() 1047 if (!send_pkt) in htc_setup_tx_complete() 1055 (struct htc_setup_comp_ext_msg *)send_pkt->buf; in htc_setup_tx_complete() 1069 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext, in htc_setup_tx_complete() 1075 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf; in htc_setup_tx_complete() 1078 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp, in htc_setup_tx_complete() 1084 send_pkt->completion = NULL; in htc_setup_tx_complete() 1085 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0); in htc_setup_tx_complete() 1086 status = ath6kl_htc_tx_issue(target, send_pkt); in htc_setup_tx_complete() [all...] |
/linux/net/vmw_vsock/ |
H A D | vsock_loopback.c | 106 .send_pkt = vsock_loopback_send_pkt,
|
H A D | virtio_transport_common.c | 414 ret = t_ops->send_pkt(skb); in virtio_transport_send_pkt_info() 418 /* Both virtio and vhost 'send_pkt()' returns 'skb_len', in virtio_transport_send_pkt_info() 427 "'send_pkt()' returns %i, but %zu expected\n", in virtio_transport_send_pkt_info() 1184 return t->send_pkt(reply); in virtio_transport_reset_no_sock()
|
/linux/net/bluetooth/ |
H A D | 6lowpan.c | 429 static int send_pkt(struct l2cap_chan *chan, struct sk_buff *skb, in send_pkt() function 486 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt() 528 err = send_pkt(lowpan_cb(skb)->chan, skb, netdev); in bt_xmit()
|
/linux/include/linux/ |
H A D | virtio_vsock.h | 188 int (*send_pkt)(struct sk_buff *skb); member
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 164 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx() 187 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx()
|
H A D | siw.h | 378 struct siw_send_pkt send_pkt; member
|
/linux/drivers/vhost/ |
H A D | vsock.c | 460 .send_pkt = vhost_transport_send_pkt,
|