Searched defs:cmd_entry (Results 1 – 7 of 7) sorted by relevance
514 struct cmd_entry { struct515 uint8_t entry_type; /* Entry type. */517 uint8_t entry_count; /* Entry count. */518 uint8_t sys_define; /* System defined. */519 uint8_t entry_status; /* Entry Status. */520 __le32 handle; /* System handle. */521 uint8_t lun; /* SCSI LUN */522 uint8_t target; /* SCSI ID */523 __le16 cdb_len; /* SCSI command length. */524 __le16 control_flags; /* Control flags. */[all …]
507 struct cmd_entry { struct508 uint8_t entry_type; /* Entry type. */510 uint8_t entry_count; /* Entry count. */511 uint8_t sys_define; /* System defined. */512 uint8_t entry_status; /* Entry Status. */513 __le32 handle; /* System handle. */514 uint8_t lun; /* SCSI LUN */515 uint8_t target; /* SCSI ID */516 __le16 cdb_len; /* SCSI command length. */517 __le16 control_flags; /* Control flags. */[all …]
148 struct command_t3_entry *cmd_entry, in qla4xxx_build_scsi_iocbs()276 struct command_t3_entry *cmd_entry; in qla4xxx_send_command_to_isp() local
149 struct command_t3_entry *cmd_entry, in qla4xxx_build_scsi_iocbs()277 struct command_t3_entry *cmd_entry; in qla4xxx_send_command_to_isp() local
426 struct cmd_entry { struct427 struct hlist_node hlist;428 struct cmd_info *info;
448 struct cmd_entry { struct449 struct hlist_node hlist;450 const struct cmd_info *info;
1468 struct qeth_arp_cache_entry *cmd_entry; in qeth_l3_arp_modify_entry() local