Searched refs:do_send (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ |
D | ipv6_flowlabel.c | 53 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()
|
D | psock_snd.c | 184 static void do_send(int fd, char *buf, int len) in do_send() function 243 do_send(fd, tbuf, len); in do_tx()
|
D | rxtimestamp.c | 162 void do_send(int src) in do_send() function 336 do_send(src); in run_test_case()
|
/linux-6.6.21/drivers/usb/serial/ |
D | sierra.c | 294 int do_send = 0; in sierra_send_setup() local 312 do_send = 1; in sierra_send_setup() 325 do_send = 1; in sierra_send_setup() 327 if (!do_send) in sierra_send_setup()
|
/linux-6.6.21/fs/dlm/ |
D | rcom.c | 268 goto do_send; in receive_rcom_status() 277 goto do_send; in receive_rcom_status() 283 do_send: in receive_rcom_status()
|
/linux-6.6.21/include/rdma/ |
D | rdma_vt.h | 230 void (*do_send)(struct rvt_qp *qp); member
|
/linux-6.6.21/drivers/isdn/mISDN/ |
D | tei.c | 329 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-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | vt.c | 459 !rdi->driver_f.do_send || in check_support()
|
D | qp.c | 2187 rdi->driver_f.do_send(qp); in rvt_post_send()
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 1568 dd->verbs_dev.rdi.driver_f.do_send = qib_do_send; in qib_register_ib_device()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 1826 dd->verbs_dev.rdi.driver_f.do_send = hfi1_do_send_from_rvt; in hfi1_register_ib_device()
|