Searched refs:ibd_sched_poll (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 439 static int ibd_sched_poll(ibd_state_t *, int, int); 6909 ibd_sched_poll(ibd_state_t *state, int resource_type, int q_flag) in ibd_sched_poll() function 7025 if (ibd_sched_poll(state, IBD_RSRC_SWQE, 0) == 0) { in ibd_send() 7097 } else if (ibd_sched_poll(state, IBD_RSRC_SWQE, 1) != 0) { in ibd_send() 7397 if (ibd_sched_poll(state, IBD_RSRC_LSOBUF, 1) != 0) { in ibd_send()
|