Searched refs:stmf_xfer_data_t (Results 1 – 4 of 4) sorted by relevance
51 stmf_xfer_data_t *stmf_session_prepare_report_lun_data(stmf_lun_map_t *sm);
244 stmf_xfer_data_t *247 stmf_xfer_data_t *xd; in stmf_session_prepare_report_lun_data()259 alloc_size = data_size + sizeof (stmf_xfer_data_t) - 4; in stmf_session_prepare_report_lun_data()261 xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP); in stmf_session_prepare_report_lun_data()276 buf = (uchar_t *)xd + offsetof(stmf_xfer_data_t, buf); in stmf_session_prepare_report_lun_data()
424 } stmf_xfer_data_t; typedef
102 stmf_xfer_data_t *stmf_prepare_tpgs_data(uint8_t ilu_alua);1791 stmf_xfer_data_t *xd = NULL; in stmf_ic_rx_scsi_data()1840 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_ic_rx_scsi_data()5921 stmf_xfer_data_t *5924 stmf_xfer_data_t *xd; in stmf_prepare_tpgs_data()5972 xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP); in stmf_prepare_tpgs_data()6260 stmf_xfer_data_t *xd; in stmf_scsilib_handle_report_tpgs()6836 stmf_xfer_data_t *xd; in stmf_xd_to_dbuf()6841 xd = (stmf_xfer_data_t *)dbuf->db_lu_private; in stmf_xd_to_dbuf()6874 stmf_xfer_data_t *xd; in stmf_dlun0_new_task()[all …]