Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dfile_ops.c1543 int start_stop; in manage_rcvq() local
1548 if (get_user(start_stop, (int __user *)arg)) in manage_rcvq()
1552 if (start_stop) { in manage_rcvq()
/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c598 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument
605 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
621 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd()
645 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
Dlio_main.c1156 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument
1163 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
1179 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd()
1203 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
/drivers/infiniband/hw/qib/
Dqib_file_ops.c653 int start_stop) in qib_manage_rcvq() argument
661 if (start_stop) { in qib_manage_rcvq()