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

/freebsd-11-stable/sys/cam/ata/
H A Data_all.c1047 uint16_t features_out, sectors_out; local
1052 features_out = (zm_action & 0xf) | (zone_flags << 8);
1065 features_out = ATA_NCQ_ZAC_MGMT_OUT;
1081 features_out = 0;
1089 features_out = ((dxfer_len >> 9) & 0xffff);
1108 /*features*/ features_out,
1127 uint16_t features_out, sectors_out; local
1133 features_out = (zm_action & 0xf) | (zone_flags << 8);
1150 features_out = 0;
1158 features_out
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c5971 uint16_t features_out; local
5979 features_out = (zm_action & 0xf) | (zone_flags << 8);
5996 features_out = ATA_NCQ_ZAC_MGMT_OUT;
6028 features_out = 0;
6030 features_out = ((dxfer_len >> 9) & 0xffff);
6052 /*features*/ features_out,
6083 uint16_t features_out, sectors_out; local
6094 features_out = (zm_action & 0xf) | (zone_flags << 8);
6115 features_out = 0;
6117 features_out
[all...]

Completed in 81 milliseconds