Searched refs:fflags (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 101 if (us->fflags & (US_FL_MAX_SECTORS_64 | US_FL_MAX_SECTORS_MIN)) { in sdev_configure() 104 if (us->fflags & US_FL_MAX_SECTORS_MIN) in sdev_configure() 149 if (!(us->fflags & (US_FL_FIX_CAPACITY | in sdev_configure() 151 us->fflags |= US_FL_CAPACITY_HEURISTICS; in sdev_configure() 185 if (us->fflags & US_FL_NO_WP_DETECT) in sdev_configure() 211 if (us->fflags & US_FL_FIX_CAPACITY) in sdev_configure() 219 if (us->fflags & US_FL_CAPACITY_HEURISTICS) in sdev_configure() 223 if (us->fflags & US_FL_NO_READ_CAPACITY_16) in sdev_configure() 232 if (!(us->fflags & US_FL_NEEDS_CAP16)) in sdev_configure() 240 !(us->fflags & US_FL_BAD_SENSE)) in sdev_configure() [all …]
|
H A D | usb.c | 430 !(us->fflags & US_FL_SCM_MULT_TARG)) { in usb_stor_control_thread() 449 (us->fflags & US_FL_FIX_INQUIRY)) { in usb_stor_control_thread() 557 void usb_stor_adjust_quirks(struct usb_device *udev, u64 *fflags) in usb_stor_adjust_quirks() argument 665 *fflags = (*fflags & ~mask) | f; in usb_stor_adjust_quirks() 686 us->fflags = id->driver_info; in get_device_info() 687 usb_stor_adjust_quirks(us->pusb_dev, &us->fflags); in get_device_info() 689 if (us->fflags & US_FL_IGNORE_DEVICE) { in get_device_info() 699 us->fflags &= ~US_FL_GO_SLOW; in get_device_info() 701 if (us->fflags) in get_device_info() 705 us->fflags); in get_device_info() [all …]
|
H A D | usb.h | 98 u64 fflags; /* fixed flags from filter */ member 195 u64 *fflags);
|
H A D | ene_ub6250.c | 557 if (residue && !(us->fflags & US_FL_IGNORE_RESIDUE)) { in ene_send_scsi_cmd()
|
/linux/include/linux/ |
H A D | resctrl.h | 225 unsigned long fflags; member
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 957 u32 phandle, u32 fflags, struct pmf_args *args) in pmf_do_functions() argument 976 if ((func->flags & fflags) == 0) in pmf_do_functions()
|
/linux/drivers/scsi/ |
H A D | esp_scsi.c | 1377 u32 fflags, phase; in esp_data_bytes_sent() local 1392 fflags = esp_read8(ESP_FFLAGS); in esp_data_bytes_sent() 1395 (fflags & ESP_FF_ONOTZERO)) || in esp_data_bytes_sent() 1397 (fflags & ESP_FF_FBYTES))) in esp_data_bytes_sent()
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 2880 unsigned int *fflags,u64 multicast) in b43legacy_op_configure_filter() argument 2887 *fflags = 0; in b43legacy_op_configure_filter() 2892 *fflags &= FIF_ALLMULTI | in b43legacy_op_configure_filter() 2906 wl->filter_flags = *fflags; in b43legacy_op_configure_filter()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 4285 unsigned int changed, unsigned int *fflags, in b43_op_configure_filter() argument 4294 *fflags = 0; in b43_op_configure_filter() 4298 *fflags &= FIF_ALLMULTI | in b43_op_configure_filter() 4312 wl->filter_flags = *fflags; in b43_op_configure_filter()
|
/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3480 int proto, fflags; in drbd_sync_handshake() local 3483 fflags = (hg >> 8) & 0xff; in drbd_sync_handshake() 3485 proto, fflags); in drbd_sync_handshake()
|