Searched defs:i_hca_pio_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c113 static int i_hca_pio_end(dev_info_t *, struct i_hca_acc_handle *, int *,
1225 * HCA_PIO_OK always. See i_hca_pio_end() in detail.
1254 return (i_hca_pio_end(state->hs_dip, handlep, cnt, tst));
2285 * i_hca_pio_end(dev_info_t *dip, ddi_acc_handle_t handle, int *cnt,
2289 * i_hca_pio_end() is the other of a pair of HCA FM fuctions for PIO,
2308 * i_hca_pio_end() can be called in user, kernel or interrupt context.
2312 i_hca_pio_end(dev_info_t *dip, struct i_hca_acc_handle *hdlp, int *cnt, function

Completed in 63 milliseconds