Home
last modified time | relevance | path

Searched refs:driver_status (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h65 unsigned short driver_status;/* [o] errors from software driver */ member
94 unsigned short driver_status; /* [o] errors from software driver */ member
263 unsigned int driver_status:8; /* [o] driver status+suggestion */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dsg.h65 unsigned short int driver_status;/* [o] errors from software driver */ member
239 unsigned int driver_status:8; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dsg.h65 unsigned short int driver_status;/* [o] errors from software driver */ member
239 unsigned int driver_status:8; member
/OK3568_Linux_fs/kernel/block/
H A Dscsi_ioctl.c259 hdr->driver_status = driver_byte(req->result); in blk_complete_sghdr_rq()
261 if (hdr->masked_status || hdr->host_status || hdr->driver_status) in blk_complete_sghdr_rq()
571 .driver_status = hdr->driver_status, in put_sg_io_hdr()
619 .driver_status = hdr32.driver_status, in get_sg_io_hdr()
H A Dbsg-lib.c87 hdr->driver_status = driver_byte(job->result); in bsg_transport_complete_rq()
89 if (hdr->device_status || hdr->transport_status || hdr->driver_status) in bsg_transport_complete_rq()
H A Dbsg.c100 hdr->driver_status = driver_byte(sreq->result); in bsg_scsi_complete_rq()
102 if (hdr->device_status || hdr->transport_status || hdr->driver_status) in bsg_scsi_complete_rq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_register.h13 __be32 driver_status; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbsg.h51 __u32 driver_status; /* [o] 0 -> ok */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbsg.h51 __u32 driver_status; /* [o] 0 -> ok */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbsg.h51 __u32 driver_status; /* [o] 0 -> ok */ member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c496 old_hdr->driver_status = hp->driver_status; in sg_read()
498 (DRIVER_SENSE & hp->driver_status)) in sg_read()
574 (DRIVER_SENSE & hp->driver_status)) { in sg_new_read()
586 if (hp->masked_status || hp->host_status || hp->driver_status) in sg_new_read()
789 hp->driver_status = 0; in sg_common_write()
869 srp->header.driver_status; in sg_fill_request_table()
1374 srp->header.driver_status = driver_byte(result); in sg_rq_end_io()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.c3938 handle->driver_status = MFALSE;
6055 if (priv && priv->phandle->driver_status) {
6300 priv->phandle->driver_status = MTRUE;
10079 handle->driver_status = MTRUE;
11289 t_u8 driver_status = handle->driver_status; local
11296 if (!driver_status && priv)
11298 handle->driver_status = MTRUE;
11300 if (!driver_status)
11304 if (!driver_status && priv) {
11397 handle->driver_status = MFALSE;
H A Dmoal_shim.c2354 handle->driver_status = MTRUE;
2358 ref_handle->driver_status = MTRUE;
2932 priv->phandle->driver_status = MTRUE;
2935 ref_handle->driver_status = MTRUE;
H A Dmoal_proc.c529 handle->driver_status = MTRUE; in woal_config_write()
H A Dmoal_sdio_mmc.c1187 if (handle->driver_status) in woal_sdiommc_unregister_dev()
H A Dmoal_main.h2612 t_u8 driver_status; member
H A Dmoal_sta_cfg80211.c4423 if (priv->phandle->driver_status) { in woal_cfg80211_scan()
5379 if (priv->phandle->driver_status) { in woal_cfg80211_disconnect()
5813 if (priv->phandle->driver_status) { in woal_cfg80211_set_power_mgmt()
H A Dmoal_uap_cfg80211.c2668 if (priv->phandle->driver_status) { in woal_cfg80211_del_beacon()
H A Dmoal_cfg80211.c1557 if (priv->phandle->driver_status) { in woal_cfg80211_del_key()
H A Dmoal_ioctl.c645 priv->phandle->driver_status) { in woal_request_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dcosa.c139 int driver_status; /* For communicating with firmware */ member