Home
last modified time | relevance | path

Searched refs:tag_msg (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
Da100u2w.h164 u8 tag_msg; /*23 Tag Message */ member
Da100u2w.c780 if (scb->tag_msg == 0) { in inia100_abort_cmd()
896 scb->tag_msg = SIMPLE_QUEUE_TAG; /* Do simple tag only */ in inia100_build_scb()
898 scb->tag_msg = 0; /* No tag support */ in inia100_build_scb()
/linux-3.4.99/net/ceph/
Dmessenger.c101 static char tag_msg = CEPH_MSGR_TAG_MSG; variable
764 con_out_kvec_add(con, sizeof (tag_msg), &tag_msg); in prepare_write_message()