Searched refs:dbuf_reusable (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 119 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable); 121 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable); 1008 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) in sbd_do_write_xfer() argument 1023 ((dbuf->db_flags & DB_DONT_REUSE) || (dbuf_reusable == 0))) { in sbd_do_write_xfer() 1293 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) in sbd_handle_write_xfer_completion() argument 1390 sbd_do_write_xfer(task, scmd, dbuf, dbuf_reusable); in sbd_handle_write_xfer_completion() 2304 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) in sbd_handle_write_same_xfer_completion() argument 2369 sbd_do_write_same_xfer(task, scmd, dbuf, dbuf_reusable); in sbd_handle_write_same_xfer_completion() 2374 struct stmf_data_buf *dbuf, uint8_t dbuf_reusable) in sbd_do_write_same_xfer() argument 2385 ((dbuf->db_flags & DB_DONT_REUSE) || (dbuf_reusable == 0))) { in sbd_do_write_same_xfer()
|