Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c53 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function
248 do_send(fdt, false, 0); in main()
252 do_send(fdt, false, 0); in main()
265 do_send(fdt, true, cfg_label); in main()
H A Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
243 do_send(fd, tbuf, len); in do_tx()
H A Drxtimestamp.c180 void do_send(int src) in do_send() function
354 do_send(src); in run_test_case()
/linux/fs/dlm/
H A Drcom.c267 goto do_send; in receive_rcom_status()
276 goto do_send; in receive_rcom_status()
282 do_send: in receive_rcom_status()
/linux/drivers/isdn/mISDN/
H A Dtei.c329 do_send(struct manager *mgr) in do_send() function
381 do_send(mgr); in mgr_send_down()
400 do_send(mgr); in dl_unit_data()
1120 do_send(mgr); in mgr_send()
/linux/include/rdma/
H A Drdma_vt.h230 void (*do_send)(struct rvt_qp *qp); member
/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c459 !rdi->driver_f.do_send || in check_support()
H A Dqp.c2187 rdi->driver_f.do_send(qp); in rvt_post_send()
/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1568 dd->verbs_dev.rdi.driver_f.do_send = qib_do_send; in qib_register_ib_device()
/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c1826 dd->verbs_dev.rdi.driver_f.do_send = hfi1_do_send_from_rvt; in hfi1_register_ib_device()