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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c1878 int exchangeIRP(PIRP_SAVE pirp_saver, PIRP_SAVE pirp_saverw, struct u2ec_list_head *curt_pos) argument
1887 if (pirp_saver->StackLocation.MajorFunction != IRP_MJ_INTERNAL_DEVICE_CONTROL)
1890 switch(pirp_saver->StackLocation.MajorFunction) {
1892 switch (pirp_saver->StackLocation.MinorFunction) {
1894 switch (pirp_saver->StackLocation.Parameters.Others.Argument1) {
2029 switch (pirp_saver->StackLocation.Parameters.Others.Argument1) {
2198 if (pirp_saver->Is64 == 0) {
2199 if (pirp_saver->NeedSize < sizeof(IRP_SAVE) - 8 + sizeof(struct _URB_HEADER))
2206 if (pirp_saver->NeedSize < sizeof(IRP_SAVE) - 8 + sizeof(struct _URB_HEADER_64))
2216 PDEBUG("\n!!! Unsupported IRP major: %x\n", pirp_saver
[all...]

Completed in 38 milliseconds