Searched defs:cmd_entry (Results 1 – 4 of 4) sorted by relevance
505 struct cmd_entry { struct506 uint8_t entry_type; /* Entry type. */508 uint8_t entry_count; /* Entry count. */509 uint8_t sys_define; /* System defined. */510 uint8_t entry_status; /* Entry Status. */511 __le32 handle; /* System handle. */512 uint8_t lun; /* SCSI LUN */513 uint8_t target; /* SCSI ID */514 __le16 cdb_len; /* SCSI command length. */515 __le16 control_flags; /* Control flags. */[all …]
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
445 struct cmd_entry { struct446 struct hlist_node hlist;447 const struct cmd_info *info;
1757 struct qeth_arp_cache_entry *cmd_entry; in qeth_l3_arp_modify_entry() local