Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c567 int32_t my_empty_len, user_len; in arcmsr_cb_ioctl() local
589 my_empty_len = (wqbuf_firstidx - wqbuf_lastidx - 1) in arcmsr_cb_ioctl()
591 if (my_empty_len >= user_len) { in arcmsr_cb_ioctl()
4324 int32_t my_empty_len, user_len, wqbuf_firstidx, in arcmsr_iop_message_xfer() local
4368 my_empty_len = (wqbuf_firstidx-wqbuf_lastidx - 1) & in arcmsr_iop_message_xfer()
4370 if (my_empty_len >= user_len) { in arcmsr_iop_message_xfer()
5186 int my_empty_len, iop_len; in arcmsr_iop2drv_data_wrote_handle() local
5195 my_empty_len = (rqbuf_firstidx-rqbuf_lastidx - 1) & in arcmsr_iop2drv_data_wrote_handle()
5198 if (my_empty_len >= iop_len) { in arcmsr_iop2drv_data_wrote_handle()