Home
last modified time | relevance | path

Searched refs:start_stop (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c134 static int dmabuf_sync(int fd, int start_stop) in dmabuf_sync() argument
137 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1533 int start_stop; in manage_rcvq() local
1538 if (get_user(start_stop, (int __user *)arg)) in manage_rcvq()
1542 if (start_stop) { in manage_rcvq()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c596 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument
603 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
619 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd()
643 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
H A Dlio_main.c1143 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument
1150 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
1166 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd()
1190 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()