Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.h138 struct invalidate_commands_params_in { struct
154 struct invalidate_commands_params_in request; argument
Dbe_main.c266 sizeof(struct invalidate_commands_params_in), in beiscsi_eh_abort()
274 nonemb_cmd.size = sizeof(struct invalidate_commands_params_in); in beiscsi_eh_abort()
348 sizeof(struct invalidate_commands_params_in), in beiscsi_eh_device_reset()
356 nonemb_cmd.size = sizeof(struct invalidate_commands_params_in); in beiscsi_eh_device_reset()
Dbe_mgmt.c592 struct invalidate_commands_params_in *req; in mgmt_invalidate_icds()