Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/twa/
HDtw_cl_fwif.h293 TW_UINT16 lun_h4__sgl_entries; member
410 #define GET_SGL_ENTRIES(lun_h4__sgl_entries) \ argument
411 (lun_h4__sgl_entries & 0xFFF) /* 4:12 */
413 #define GET_LUN_H4(lun_h4__sgl_entries) \ argument
414 ((lun_h4__sgl_entries >> 12) & 0xF) /* 4:12 */
HDtw_cl_io.c127 cmd->lun_h4__sgl_entries = in tw_cl_start_io()
131 cmd->lun_h4__sgl_entries = in tw_cl_start_io()
300 lun_h4 = GET_LUN_H4(cmd_9k->lun_h4__sgl_entries); in tw_cl_fw_passthru()
304 cmd_9k->lun_h4__sgl_entries = in tw_cl_fw_passthru()
1294 cmd9k->lun_h4__sgl_entries = TW_CL_SWAP16(1); in tw_cli_send_scsi_cmd()
HDtw_cl_intr.c450 cmd->lun_h4__sgl_entries); in tw_cli_scsi_complete()
HDtw_cl_misc.c929 GET_SGL_ENTRIES(cmd9k->lun_h4__sgl_entries)); in tw_cl_print_req_info()
/freebsd-13-stable/sys/dev/tws/
HDtws_hdm.h308 u_int16_t lun_h4__sgl_entries; member
HDtws_cam.c706 cmd_pkt->cmd.pkt_a.lun_h4__sgl_entries = lun; in tws_execute_scsi()
971 req->cmd_pkt->cmd.pkt_a.lun_h4__sgl_entries |= sgls ; in tws_dmamap_data_load_cbfn()