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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c148 static int fcip_start(queue_t *wq, mblk_t *mp, struct fcip *fptr,
3825 (void) fcip_start(wq, mp, fptr, fdestp, KM_SLEEP);
4040 if (fcip_start(wq, mp, fptr, fdestp,
4072 fcip_start(queue_t *wq, mblk_t *mp, struct fcip *fptr, function
4082 FCIP_TNF_PROBE_4((fcip_start, "fcip io", /* CSTYLED */,
5334 * Start the I/O on this port. If fcip_start failed for some reason
5335 * we call putbq in fcip_start so we don't need to check the
5336 * return value from fcip_start
5338 (void) fcip_start(wq, mp, fptr, fdestp, KM_SLEEP);

Completed in 71 milliseconds