Searched refs:tw_initconnect (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.c1019 TW_Initconnect *tw_initconnect; local
1027 tw_initconnect = (TW_Initconnect *)&full_command_packet->command.oldcommand;
1028 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION);
1029 tw_initconnect->request_id = request_id;
1030 tw_initconnect->message_credits = cpu_to_le16(message_credits);
1031 tw_initconnect->features = set_features;
1034 tw_initconnect->features |= sizeof(dma_addr_t) > 4 ? 1 : 0;
1036 tw_initconnect->features = cpu_to_le32(tw_initconnect->features);
1039 tw_initconnect
[all...]
H A D3w-9xxx.c1120 TW_Initconnect *tw_initconnect; local
1128 tw_initconnect = (TW_Initconnect *)&full_command_packet->command.oldcommand;
1129 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION);
1130 tw_initconnect->request_id = request_id;
1131 tw_initconnect->message_credits = cpu_to_le16(message_credits);
1132 tw_initconnect->features = set_features;
1135 tw_initconnect->features |= sizeof(dma_addr_t) > 4 ? 1 : 0;
1137 tw_initconnect->features = cpu_to_le32(tw_initconnect->features);
1140 tw_initconnect
[all...]

Completed in 73 milliseconds