• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/

Lines Matching refs:Type

1449 			    (iocommand.Request.Type.Direction != XFER_NONE)) {
1457 if (iocommand.Request.Type.Direction == XFER_WRITE) {
1525 if (iocommand.Request.Type.Direction == XFER_READ) {
1567 (ioc->Request.Type.Direction != XFER_NONE)) {
1604 if (ioc->Request.Type.Direction == XFER_WRITE) {
1669 if (ioc->Request.Type.Direction == XFER_READ) {
1778 if (c->Request.Type.Direction == XFER_READ)
2501 c->Request.Type.Type = cmd_type;
2511 c->Request.Type.Attribute = ATTR_SIMPLE;
2512 c->Request.Type.Direction = XFER_READ;
2523 c->Request.Type.Attribute = ATTR_SIMPLE;
2524 c->Request.Type.Direction = XFER_READ;
2535 c->Request.Type.Attribute = ATTR_SIMPLE;
2536 c->Request.Type.Direction = XFER_READ;
2542 c->Request.Type.Attribute = ATTR_SIMPLE;
2543 c->Request.Type.Direction = XFER_READ;
2556 c->Request.Type.Attribute = ATTR_SIMPLE;
2557 c->Request.Type.Direction = XFER_WRITE;
2564 c->Request.Type.Attribute = ATTR_SIMPLE;
2565 c->Request.Type.Direction = XFER_NONE;
2576 c->Request.Type.Attribute = ATTR_SIMPLE;
2577 c->Request.Type.Direction = XFER_WRITE;
2586 c->Request.Type.Attribute = ATTR_SIMPLE;
2587 c->Request.Type.Direction = XFER_NONE;
2595 c->Request.Type.Attribute = ATTR_SIMPLE;
2596 c->Request.Type.Direction = XFER_WRITE;
3248 c->Request.Type.Type = TYPE_CMD; /* It is a command. */
3249 c->Request.Type.Attribute = ATTR_SIMPLE;
3250 c->Request.Type.Direction =
3262 if (c->Request.Type.Direction == XFER_READ)
4314 cmd->Request.Type.Type = TYPE_MSG;
4315 cmd->Request.Type.Attribute = ATTR_HEADOFQUEUE;
4316 cmd->Request.Type.Direction = XFER_NONE;