/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-cmd.c | 249 * @resp: buffer to place the expected response from the device 250 * @respn: actual size of @resp 261 u8 resp[], in si476x_core_send_command() 322 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command() 330 dev_dbg(&client->dev, "Response:\n %*ph\n", respn, resp); in si476x_core_send_command() 334 if (resp[0] & SI476X_ERR) { in si476x_core_send_command() 341 if (!(resp[0] & SI476X_CTS)) in si476x_core_send_command() 375 uint8_t *resp, size_t respn) in si476x_cmd_tune_seek_freq() 381 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq() 408 u8 resp[CMD_FUNC_INFO_NRES in si476x_core_cmd_func_info() local 257 si476x_core_send_command(struct si476x_core *core, const u8 command, const u8 args[], const int argn, u8 resp[], const int respn, const int usecs) si476x_core_send_command() argument 372 si476x_cmd_tune_seek_freq(struct si476x_core *core, uint8_t cmd, const uint8_t args[], size_t argn, uint8_t *resp, size_t respn) si476x_cmd_tune_seek_freq() argument 438 u8 resp[CMD_SET_PROPERTY_NRESP]; si476x_core_cmd_set_property() local 465 u8 resp[CMD_GET_PROPERTY_NRESP]; si476x_core_cmd_get_property() local 526 u8 resp[CMD_DIG_AUDIO_PIN_CFG_NRESP]; si476x_core_cmd_dig_audio_pin_cfg() local 575 u8 resp[CMD_ZIF_PIN_CFG_NRESP]; si476x_core_cmd_zif_pin_cfg() local 632 u8 resp[CMD_IC_LINK_GPO_CTL_PIN_CFG_NRESP]; si476x_core_cmd_ic_link_gpo_ctl_pin_cfg() local 663 u8 resp[CMD_ANA_AUDIO_PIN_CFG_NRESP]; si476x_core_cmd_ana_audio_pin_cfg() local 698 u8 resp[CMD_INTB_PIN_CFG_A10_NRESP]; si476x_core_cmd_intb_pin_cfg_a10() local 714 u8 resp[CMD_INTB_PIN_CFG_A20_NRESP]; si476x_core_cmd_intb_pin_cfg_a20() local 744 u8 resp[CMD_AM_RSQ_STATUS_NRESP]; si476x_core_cmd_am_rsq_status() local 792 u8 resp[CMD_FM_ACF_STATUS_NRESP]; si476x_core_cmd_fm_acf_status() local 828 u8 resp[CMD_AM_ACF_STATUS_NRESP]; si476x_core_cmd_am_acf_status() local 875 u8 resp[CMD_FM_SEEK_START_NRESP]; si476x_core_cmd_fm_seek_start() local 907 u8 resp[CMD_FM_RDS_STATUS_NRESP]; si476x_core_cmd_fm_rds_status() local 971 u8 resp[CMD_FM_RDS_BLOCKCOUNT_NRESP]; si476x_core_cmd_fm_rds_blockcount() local 997 u8 resp[CMD_FM_PHASE_DIVERSITY_NRESP]; si476x_core_cmd_fm_phase_diversity() local 1022 u8 resp[CMD_FM_PHASE_DIV_STATUS_NRESP]; si476x_core_cmd_fm_phase_div_status() local 1051 u8 resp[CMD_AM_SEEK_START_NRESP]; si476x_core_cmd_am_seek_start() local 1067 u8 resp[CMD_POWER_UP_A10_NRESP]; si476x_core_cmd_power_up_a10() local 1090 u8 resp[CMD_POWER_UP_A20_NRESP]; si476x_core_cmd_power_up_a20() local 1112 u8 resp[CMD_POWER_DOWN_A10_NRESP]; si476x_core_cmd_power_down_a10() local 1123 u8 resp[CMD_POWER_DOWN_A20_NRESP]; si476x_core_cmd_power_down_a20() local 1138 u8 resp[CMD_AM_TUNE_FREQ_NRESP]; si476x_core_cmd_am_tune_freq_a10() local 1154 u8 resp[CMD_AM_TUNE_FREQ_NRESP]; si476x_core_cmd_am_tune_freq_a20() local 1171 u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; si476x_core_cmd_fm_rsq_status_a10() local 1224 u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; si476x_core_cmd_fm_rsq_status_a20() local 1279 u8 resp[CMD_FM_RSQ_STATUS_A30_NRESP]; si476x_core_cmd_fm_rsq_status_a30() local 1339 u8 resp[CMD_FM_TUNE_FREQ_NRESP]; si476x_core_cmd_fm_tune_freq_a10() local 1357 u8 resp[CMD_FM_TUNE_FREQ_NRESP]; si476x_core_cmd_fm_tune_freq_a20() local 1374 u8 resp[CMD_AGC_STATUS_NRESP_A20]; si476x_core_cmd_agc_status_a20() local 1402 u8 resp[CMD_AGC_STATUS_NRESP_A10]; si476x_core_cmd_agc_status_a10() local [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-cmd.c | 249 * @resp: buffer to place the expected response from the device 250 * @respn: actual size of @resp 261 u8 resp[], in si476x_core_send_command() 322 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command() 330 dev_dbg(&client->dev, "Response:\n %*ph\n", respn, resp); in si476x_core_send_command() 334 if (resp[0] & SI476X_ERR) { in si476x_core_send_command() 341 if (!(resp[0] & SI476X_CTS)) in si476x_core_send_command() 375 uint8_t *resp, size_t respn) in si476x_cmd_tune_seek_freq() 381 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq() 408 u8 resp[CMD_FUNC_INFO_NRES in si476x_core_cmd_func_info() local 257 si476x_core_send_command(struct si476x_core *core, const u8 command, const u8 args[], const int argn, u8 resp[], const int respn, const int usecs) si476x_core_send_command() argument 372 si476x_cmd_tune_seek_freq(struct si476x_core *core, uint8_t cmd, const uint8_t args[], size_t argn, uint8_t *resp, size_t respn) si476x_cmd_tune_seek_freq() argument 438 u8 resp[CMD_SET_PROPERTY_NRESP]; si476x_core_cmd_set_property() local 465 u8 resp[CMD_GET_PROPERTY_NRESP]; si476x_core_cmd_get_property() local 526 u8 resp[CMD_DIG_AUDIO_PIN_CFG_NRESP]; si476x_core_cmd_dig_audio_pin_cfg() local 575 u8 resp[CMD_ZIF_PIN_CFG_NRESP]; si476x_core_cmd_zif_pin_cfg() local 632 u8 resp[CMD_IC_LINK_GPO_CTL_PIN_CFG_NRESP]; si476x_core_cmd_ic_link_gpo_ctl_pin_cfg() local 663 u8 resp[CMD_ANA_AUDIO_PIN_CFG_NRESP]; si476x_core_cmd_ana_audio_pin_cfg() local 698 u8 resp[CMD_INTB_PIN_CFG_A10_NRESP]; si476x_core_cmd_intb_pin_cfg_a10() local 714 u8 resp[CMD_INTB_PIN_CFG_A20_NRESP]; si476x_core_cmd_intb_pin_cfg_a20() local 744 u8 resp[CMD_AM_RSQ_STATUS_NRESP]; si476x_core_cmd_am_rsq_status() local 792 u8 resp[CMD_FM_ACF_STATUS_NRESP]; si476x_core_cmd_fm_acf_status() local 828 u8 resp[CMD_AM_ACF_STATUS_NRESP]; si476x_core_cmd_am_acf_status() local 875 u8 resp[CMD_FM_SEEK_START_NRESP]; si476x_core_cmd_fm_seek_start() local 907 u8 resp[CMD_FM_RDS_STATUS_NRESP]; si476x_core_cmd_fm_rds_status() local 971 u8 resp[CMD_FM_RDS_BLOCKCOUNT_NRESP]; si476x_core_cmd_fm_rds_blockcount() local 997 u8 resp[CMD_FM_PHASE_DIVERSITY_NRESP]; si476x_core_cmd_fm_phase_diversity() local 1022 u8 resp[CMD_FM_PHASE_DIV_STATUS_NRESP]; si476x_core_cmd_fm_phase_div_status() local 1051 u8 resp[CMD_AM_SEEK_START_NRESP]; si476x_core_cmd_am_seek_start() local 1067 u8 resp[CMD_POWER_UP_A10_NRESP]; si476x_core_cmd_power_up_a10() local 1090 u8 resp[CMD_POWER_UP_A20_NRESP]; si476x_core_cmd_power_up_a20() local 1112 u8 resp[CMD_POWER_DOWN_A10_NRESP]; si476x_core_cmd_power_down_a10() local 1123 u8 resp[CMD_POWER_DOWN_A20_NRESP]; si476x_core_cmd_power_down_a20() local 1138 u8 resp[CMD_AM_TUNE_FREQ_NRESP]; si476x_core_cmd_am_tune_freq_a10() local 1154 u8 resp[CMD_AM_TUNE_FREQ_NRESP]; si476x_core_cmd_am_tune_freq_a20() local 1171 u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; si476x_core_cmd_fm_rsq_status_a10() local 1224 u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; si476x_core_cmd_fm_rsq_status_a20() local 1279 u8 resp[CMD_FM_RSQ_STATUS_A30_NRESP]; si476x_core_cmd_fm_rsq_status_a30() local 1339 u8 resp[CMD_FM_TUNE_FREQ_NRESP]; si476x_core_cmd_fm_tune_freq_a10() local 1357 u8 resp[CMD_FM_TUNE_FREQ_NRESP]; si476x_core_cmd_fm_tune_freq_a20() local 1374 u8 resp[CMD_AGC_STATUS_NRESP_A20]; si476x_core_cmd_agc_status_a20() local 1402 u8 resp[CMD_AGC_STATUS_NRESP_A10]; si476x_core_cmd_agc_status_a10() local [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3proc.c | 45 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr() local 50 fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getattr() 51 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr() 53 if (resp->status != nfs_ok) in nfsd3_proc_getattr() 56 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr() 68 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr() local 73 fh_copy(&resp in nfsd3_proc_setattr() 86 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_lookup() local 109 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsd3_proc_access() local 128 struct nfsd3_readlinkres *resp = rqstp->rq_resp; nfsd3_proc_readlink() local 146 struct nfsd3_readres *resp = rqstp->rq_resp; nfsd3_proc_read() local 176 struct nfsd3_writeres *resp = rqstp->rq_resp; nfsd3_proc_write() local 216 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_create() local 252 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_mkdir() local 272 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_symlink() local 312 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_mknod() local 351 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_remove() local 373 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_rmdir() local 391 struct nfsd3_renameres *resp = rqstp->rq_resp; nfsd3_proc_rename() local 413 struct nfsd3_linkres *resp = rqstp->rq_resp; nfsd3_proc_link() local 436 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfsd3_proc_readdir() local 496 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfsd3_proc_readdirplus() local 565 struct nfsd3_fsstatres *resp = rqstp->rq_resp; nfsd3_proc_fsstat() local 582 struct nfsd3_fsinfores *resp = rqstp->rq_resp; nfsd3_proc_fsinfo() local 625 struct nfsd3_pathconfres *resp = rqstp->rq_resp; nfsd3_proc_pathconf() local 667 struct nfsd3_commitres *resp = rqstp->rq_resp; nfsd3_proc_commit() local [all...] |
H A D | nfs2acl.c | 33 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsacld_proc_getacl() local 40 fh = fh_copy(&resp->fh, &argp->fh); in nfsacld_proc_getacl() 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 42 if (resp->status != nfs_ok) in nfsacld_proc_getacl() 48 resp->status = nfserr_inval; in nfsacld_proc_getacl() 51 resp->mask = argp->mask; in nfsacld_proc_getacl() 53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl() 54 if (resp in nfsacld_proc_getacl() 96 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsacld_proc_setacl() local 150 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsacld_proc_getattr() local 169 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsacld_proc_access() local 270 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfsaclsvc_encode_getaclres() local 319 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsaclsvc_encode_attrstatres() local 333 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsaclsvc_encode_accessres() local 350 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfsaclsvc_release_getacl() local 359 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsaclsvc_release_attrstat() local 366 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsaclsvc_release_access() local [all...] |
H A D | nfsproc.c | 24 * N.B. After this call resp->fh needs an fh_put 30 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_getattr() local 34 fh_copy(&resp->fh, &argp->fh); in nfsd_proc_getattr() 35 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr() 37 if (resp->status != nfs_ok) in nfsd_proc_getattr() 39 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr() 46 * N.B. After this call resp 52 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsd_proc_setattr() local 129 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_lookup() local 153 struct nfsd_readlinkres *resp = rqstp->rq_resp; nfsd_proc_readlink() local 173 struct nfsd_readres *resp = rqstp->rq_resp; nfsd_proc_read() local 222 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsd_proc_write() local 258 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_create() local 419 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_remove() local 435 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_rename() local 453 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_link() local 473 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_symlink() local 512 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_mkdir() local 541 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_rmdir() local 558 struct nfsd_readdirres *resp = rqstp->rq_resp; nfsd_proc_readdir() local 598 struct nfsd_statfsres *resp = rqstp->rq_resp; nfsd_proc_statfs() local [all...] |
H A D | nfs3acl.c | 31 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsd3_proc_getacl() local 36 fh = fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getacl() 37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl() 38 if (resp->status != nfs_ok) in nfsd3_proc_getacl() 44 resp->status = nfserr_inval; in nfsd3_proc_getacl() 47 resp->mask = argp->mask; in nfsd3_proc_getacl() 49 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsd3_proc_getacl() 56 resp->status = nfserrno(PTR_ERR(acl)); in nfsd3_proc_getacl() 59 resp in nfsd3_proc_getacl() 88 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_setacl() local 173 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfs3svc_encode_getaclres() local 219 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfs3svc_encode_setaclres() local 231 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfs3svc_release_getacl() local [all...] |
H A D | nfs3xdr.c | 655 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_attrstat() local 657 *p++ = resp->status; in nfs3svc_encode_attrstat() 658 if (resp->status == 0) { in nfs3svc_encode_attrstat() 659 lease_get_mtime(d_inode(resp->fh.fh_dentry), in nfs3svc_encode_attrstat() 660 &resp->stat.mtime); in nfs3svc_encode_attrstat() 661 p = encode_fattr3(rqstp, p, &resp->fh, &resp->stat); in nfs3svc_encode_attrstat() 670 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat() local 672 *p++ = resp->status; in nfs3svc_encode_wccstat() 673 p = encode_wcc_data(rqstp, p, &resp in nfs3svc_encode_wccstat() 681 struct nfsd3_diropres *resp = rqstp->rq_resp; nfs3svc_encode_diropres() local 696 struct nfsd3_accessres *resp = rqstp->rq_resp; nfs3svc_encode_accessres() local 709 struct nfsd3_readlinkres *resp = rqstp->rq_resp; nfs3svc_encode_readlinkres() local 732 struct nfsd3_readres *resp = rqstp->rq_resp; nfs3svc_encode_readres() local 758 struct nfsd3_writeres *resp = rqstp->rq_resp; nfs3svc_encode_writeres() local 775 struct nfsd3_diropres *resp = rqstp->rq_resp; nfs3svc_encode_createres() local 791 struct nfsd3_renameres *resp = rqstp->rq_resp; nfs3svc_encode_renameres() local 803 struct nfsd3_linkres *resp = rqstp->rq_resp; nfs3svc_encode_linkres() local 815 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfs3svc_encode_readdirres() local 1071 struct nfsd3_fsstatres *resp = rqstp->rq_resp; nfs3svc_encode_fsstatres() local 1094 struct nfsd3_fsinfores *resp = rqstp->rq_resp; nfs3svc_encode_fsinfores() local 1120 struct nfsd3_pathconfres *resp = rqstp->rq_resp; nfs3svc_encode_pathconfres() local 1141 struct nfsd3_commitres *resp = rqstp->rq_resp; nfs3svc_encode_commitres() local 1159 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfs3svc_release_fhandle() local 1167 struct nfsd3_fhandle_pair *resp = rqstp->rq_resp; nfs3svc_release_fhandle2() local [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs2acl.c | 33 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsacld_proc_getacl() local 40 fh = fh_copy(&resp->fh, &argp->fh); in nfsacld_proc_getacl() 41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl() 42 if (resp->status != nfs_ok) in nfsacld_proc_getacl() 48 resp->status = nfserr_inval; in nfsacld_proc_getacl() 51 resp->mask = argp->mask; in nfsacld_proc_getacl() 53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl() 54 if (resp in nfsacld_proc_getacl() 96 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsacld_proc_setacl() local 152 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsacld_proc_getattr() local 171 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsacld_proc_access() local 246 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfsaclsvc_encode_getaclres() local 276 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsaclsvc_encode_accessres() local 297 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfsaclsvc_release_getacl() local 306 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsaclsvc_release_access() local [all...] |
H A D | nfs3proc.c | 47 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr() local 52 fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getattr() 53 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr() 55 if (resp->status != nfs_ok) in nfsd3_proc_getattr() 58 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr() 70 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr() local 78 fh_copy(&resp in nfsd3_proc_setattr() 91 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_lookup() local 114 struct nfsd3_accessres *resp = rqstp->rq_resp; nfsd3_proc_access() local 133 struct nfsd3_readlinkres *resp = rqstp->rq_resp; nfsd3_proc_readlink() local 153 struct nfsd3_readres *resp = rqstp->rq_resp; nfsd3_proc_read() local 189 struct nfsd3_writeres *resp = rqstp->rq_resp; nfsd3_proc_write() local 347 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_create() local 369 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_mkdir() local 391 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_symlink() local 434 struct nfsd3_diropres *resp = rqstp->rq_resp; nfsd3_proc_mknod() local 475 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_remove() local 496 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_rmdir() local 513 struct nfsd3_renameres *resp = rqstp->rq_resp; nfsd3_proc_rename() local 535 struct nfsd3_linkres *resp = rqstp->rq_resp; nfsd3_proc_link() local 551 nfsd3_init_dirlist_pages(struct svc_rqst *rqstp, struct nfsd3_readdirres *resp, u32 count) nfsd3_init_dirlist_pages() argument 578 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfsd3_proc_readdir() local 611 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfsd3_proc_readdirplus() local 654 struct nfsd3_fsstatres *resp = rqstp->rq_resp; nfsd3_proc_fsstat() local 671 struct nfsd3_fsinfores *resp = rqstp->rq_resp; nfsd3_proc_fsinfo() local 714 struct nfsd3_pathconfres *resp = rqstp->rq_resp; nfsd3_proc_pathconf() local 756 struct nfsd3_commitres *resp = rqstp->rq_resp; nfsd3_proc_commit() local [all...] |
H A D | nfs3acl.c | 31 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsd3_proc_getacl() local 36 fh = fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getacl() 37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl() 38 if (resp->status != nfs_ok) in nfsd3_proc_getacl() 44 resp->status = nfserr_inval; in nfsd3_proc_getacl() 47 resp->mask = argp->mask; in nfsd3_proc_getacl() 49 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsd3_proc_getacl() 56 resp->status = nfserrno(PTR_ERR(acl)); in nfsd3_proc_getacl() 59 resp in nfsd3_proc_getacl() 88 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfsd3_proc_setacl() local 172 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfs3svc_encode_getaclres() local 206 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfs3svc_encode_setaclres() local 217 struct nfsd3_getaclres *resp = rqstp->rq_resp; nfs3svc_release_getacl() local [all...] |
H A D | nfsproc.c | 24 * N.B. After this call resp->fh needs an fh_put 30 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_getattr() local 34 fh_copy(&resp->fh, &argp->fh); in nfsd_proc_getattr() 35 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr() 37 if (resp->status != nfs_ok) in nfsd_proc_getattr() 39 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr() 46 * N.B. After this call resp 52 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsd_proc_setattr() local 132 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_lookup() local 156 struct nfsd_readlinkres *resp = rqstp->rq_resp; nfsd_proc_readlink() local 178 struct nfsd_readres *resp = rqstp->rq_resp; nfsd_proc_read() local 221 struct nfsd_attrstat *resp = rqstp->rq_resp; nfsd_proc_write() local 251 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_create() local 413 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_remove() local 429 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_rename() local 447 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_link() local 467 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_symlink() local 509 struct nfsd_diropres *resp = rqstp->rq_resp; nfsd_proc_mkdir() local 541 struct nfsd_stat *resp = rqstp->rq_resp; nfsd_proc_rmdir() local 551 nfsd_init_dirlist_pages(struct svc_rqst *rqstp, struct nfsd_readdirres *resp, u32 count) nfsd_init_dirlist_pages() argument 576 struct nfsd_readdirres *resp = rqstp->rq_resp; nfsd_proc_readdir() local 603 struct nfsd_statfsres *resp = rqstp->rq_resp; nfsd_proc_statfs() local [all...] |
H A D | nfs3xdr.c | 743 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_getattrres() local 745 if (!svcxdr_encode_nfsstat3(xdr, resp->status)) in nfs3svc_encode_getattrres() 747 switch (resp->status) { in nfs3svc_encode_getattrres() 749 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres() 750 if (!svcxdr_encode_fattr3(rqstp, xdr, &resp->fh, &resp->stat)) in nfs3svc_encode_getattrres() 762 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat() local 764 return svcxdr_encode_nfsstat3(xdr, resp->status) && in nfs3svc_encode_wccstat() 765 svcxdr_encode_wcc_data(rqstp, xdr, &resp in nfs3svc_encode_wccstat() 772 struct nfsd3_diropres *resp = rqstp->rq_resp; nfs3svc_encode_lookupres() local 797 struct nfsd3_accessres *resp = rqstp->rq_resp; nfs3svc_encode_accessres() local 820 struct nfsd3_readlinkres *resp = rqstp->rq_resp; nfs3svc_encode_readlinkres() local 848 struct nfsd3_readres *resp = rqstp->rq_resp; nfs3svc_encode_readres() local 881 struct nfsd3_writeres *resp = rqstp->rq_resp; nfs3svc_encode_writeres() local 908 struct nfsd3_diropres *resp = rqstp->rq_resp; nfs3svc_encode_createres() local 933 struct nfsd3_renameres *resp = rqstp->rq_resp; nfs3svc_encode_renameres() local 944 struct nfsd3_linkres *resp = rqstp->rq_resp; nfs3svc_encode_linkres() local 955 struct nfsd3_readdirres *resp = rqstp->rq_resp; nfs3svc_encode_readdirres() local 1028 nfs3svc_encode_cookie3(struct nfsd3_readdirres *resp, u64 offset) nfs3svc_encode_cookie3() argument 1040 svcxdr_encode_entry3_common(struct nfsd3_readdirres *resp, const char *name, int namlen, loff_t offset, u64 ino) svcxdr_encode_entry3_common() argument 1084 struct nfsd3_readdirres *resp = container_of(ccd, nfs3svc_encode_entry3() local 1107 svcxdr_encode_entry3_plus(struct nfsd3_readdirres *resp, const char *name, int namlen, u64 ino) svcxdr_encode_entry3_plus() argument 1159 struct nfsd3_readdirres *resp = container_of(ccd, nfs3svc_encode_entryplus3() local 1184 svcxdr_encode_fsstat3resok(struct xdr_stream *xdr, const struct nfsd3_fsstatres *resp) svcxdr_encode_fsstat3resok() argument 1209 struct nfsd3_fsstatres *resp = rqstp->rq_resp; nfs3svc_encode_fsstatres() local 1229 svcxdr_encode_fsinfo3resok(struct xdr_stream *xdr, const struct nfsd3_fsinfores *resp) svcxdr_encode_fsinfo3resok() argument 1255 struct nfsd3_fsinfores *resp = rqstp->rq_resp; nfs3svc_encode_fsinfores() local 1275 svcxdr_encode_pathconf3resok(struct xdr_stream *xdr, const struct nfsd3_pathconfres *resp) svcxdr_encode_pathconf3resok() argument 1297 struct nfsd3_pathconfres *resp = rqstp->rq_resp; nfs3svc_encode_pathconfres() local 1320 struct nfsd3_commitres *resp = rqstp->rq_resp; nfs3svc_encode_commitres() local 1345 struct nfsd3_attrstat *resp = rqstp->rq_resp; nfs3svc_release_fhandle() local 1353 struct nfsd3_fhandle_pair *resp = rqstp->rq_resp; nfs3svc_release_fhandle2() local [all...] |
H A D | nfsxdr.c | 418 struct nfsd_stat *resp = rqstp->rq_resp; in nfssvc_encode_statres() local 420 return svcxdr_encode_stat(xdr, resp->status); in nfssvc_encode_statres() 426 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_encode_attrstatres() local 428 if (!svcxdr_encode_stat(xdr, resp->status)) in nfssvc_encode_attrstatres() 430 switch (resp->status) { in nfssvc_encode_attrstatres() 432 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfssvc_encode_attrstatres() 443 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_encode_diropres() local 445 if (!svcxdr_encode_stat(xdr, resp->status)) in nfssvc_encode_diropres() 447 switch (resp in nfssvc_encode_diropres() 462 struct nfsd_readlinkres *resp = rqstp->rq_resp; nfssvc_encode_readlinkres() local 484 struct nfsd_readres *resp = rqstp->rq_resp; nfssvc_encode_readres() local 509 struct nfsd_readdirres *resp = rqstp->rq_resp; nfssvc_encode_readdirres() local 532 struct nfsd_statfsres *resp = rqstp->rq_resp; nfssvc_encode_statfsres() local 562 nfssvc_encode_nfscookie(struct nfsd_readdirres *resp, u32 offset) nfssvc_encode_nfscookie() argument 575 svcxdr_encode_entry_common(struct nfsd_readdirres *resp, const char *name, int namlen, loff_t offset, u64 ino) svcxdr_encode_entry_common() argument 619 struct nfsd_readdirres *resp = container_of(ccd, nfssvc_encode_entry() local 646 struct nfsd_attrstat *resp = rqstp->rq_resp; nfssvc_release_attrstat() local 653 struct nfsd_diropres *resp = rqstp->rq_resp; nfssvc_release_diropres() local 660 struct nfsd_readres *resp = rqstp->rq_resp; nfssvc_release_readres() local [all...] |
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-core-mbox.c | 114 "mmio_cmd response: cpu:%d reg:%x rd_write:%x resp:%x\n", in _send_mmio_command() 125 unsigned int req_data, unsigned int *resp) in _send_mbox_command() 155 *resp = value; in _send_mbox_command() 163 *resp = value; in _send_mbox_command() 200 *resp = mbox_cmds.mbox_cmd[0].resp_data; in _send_mbox_command() 202 "mbox_cmd response: cpu:%d command:%x sub_command:%x parameter:%x req_data:%x resp:%x\n", in _send_mbox_command() 203 cpu, command, sub_command, parameter, req_data, *resp); in _send_mbox_command() 221 unsigned int resp; in mbox_read_pm_config() local 225 &resp); in mbox_read_pm_config() 229 debug_printf("cpu:%d READ_PM_CONFIG resp in mbox_read_pm_config() 123 _send_mbox_command(unsigned int cpu, unsigned char command, unsigned char sub_command, unsigned int parameter, unsigned int req_data, unsigned int *resp) _send_mbox_command() argument 239 unsigned int resp; mbox_get_config_levels() local 268 unsigned int resp; mbox_get_ctdp_control() local 302 unsigned int resp; _get_uncore_p0_p1_info() local 387 unsigned int resp; _get_p1_info() local 411 unsigned int resp; _get_uncore_mem_freq() local 444 unsigned int resp; mbox_get_tdp_info() local 483 unsigned int resp; mbox_get_pwr_info() local 505 unsigned int resp; mbox_get_coremask_info() local 538 unsigned int req, resp; mbox_get_get_trl() local 608 unsigned int resp; mbox_set_tdp_level() local 631 unsigned int req, resp; mbox_get_pbf_info() local 700 unsigned int req = 0, resp; mbox_set_pbf_fact_status() local 749 unsigned int resp; _get_fact_bucket_info() local 799 unsigned int resp; mbox_get_fact_info() local 839 unsigned int resp; mbox_get_clos_information() local 864 unsigned int req, resp; _write_pm_config() local 884 unsigned int req, resp; mbox_pm_qos_config() local 952 unsigned int resp; mbox_pm_get_clos() local 971 unsigned int req, resp; mbox_set_clos() local 995 unsigned int resp; mbox_clos_get_assoc_status() local 1016 unsigned int req, resp; mbox_clos_associate() local [all...] |
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-core.c | 11 unsigned int req, resp; in isst_write_pm_config() local 20 &resp); in isst_write_pm_config() 24 debug_printf("cpu:%d WRITE_PM_CONFIG resp:%x\n", cpu, resp); in isst_write_pm_config() 31 unsigned int resp; in isst_read_pm_config() local 35 &resp); in isst_read_pm_config() 39 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", cpu, resp); in isst_read_pm_config() 41 *cp_state = resp & BIT(16); in isst_read_pm_config() 42 *cp_cap = resp in isst_read_pm_config() 49 unsigned int resp; isst_get_ctdp_levels() local 78 unsigned int resp; isst_get_ctdp_control() local 112 unsigned int resp; isst_get_tdp_info() local 135 unsigned int resp; isst_get_pwr_info() local 157 unsigned int resp; isst_get_uncore_p0_p1_info() local 179 unsigned int resp; isst_get_p1_info() local 202 unsigned int resp; isst_get_uncore_mem_freq() local 220 unsigned int resp; isst_get_tjmax_info() local 240 unsigned int resp; isst_get_coremask_info() local 294 unsigned int req, resp; isst_get_get_trl() local 375 unsigned int resp; isst_set_tdp_level() local 400 unsigned int req, resp; isst_get_pbf_info() local 495 unsigned int req = 0, resp; isst_set_pbf_fact_status() local 544 unsigned int resp; isst_get_fact_bucket_info() local 610 unsigned int resp; isst_get_fact_info() local 871 unsigned int resp; isst_clos_get_clos_information() local 896 unsigned int req, resp; isst_pm_qos_config() local 964 unsigned int resp; isst_pm_get_clos() local 986 unsigned int req, resp; isst_set_clos() local 1010 unsigned int resp; isst_clos_get_assoc_status() local 1031 unsigned int req, resp; isst_clos_associate() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmdresp.c | 45 struct host_cmd_ds_command *resp) in mwifiex_process_cmdresp_error() 52 resp->command, resp->result); in mwifiex_process_cmdresp_error() 57 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error() 59 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error() 62 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error() 108 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() 111 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info() 168 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() 171 struct host_cmd_ds_802_11_snmp_mib *smib = &resp in mwifiex_ret_802_11_snmp_mib() 44 mwifiex_process_cmdresp_error(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_process_cmdresp_error() argument 107 mwifiex_ret_802_11_rssi_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_rssi_info() argument 167 mwifiex_ret_802_11_snmp_mib(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, u32 *data_buf) mwifiex_ret_802_11_snmp_mib() argument 218 mwifiex_ret_get_log(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct mwifiex_ds_get_stats *stats) mwifiex_ret_get_log() argument 267 mwifiex_ret_tx_rate_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tx_rate_cfg() argument 380 mwifiex_ret_tx_power_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tx_power_cfg() argument 435 mwifiex_ret_rf_tx_power(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_rf_tx_power() argument 459 mwifiex_ret_rf_antenna(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_rf_antenna() argument 492 mwifiex_ret_802_11_mac_address(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_mac_address() argument 510 mwifiex_ret_mac_multicast_adr(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_mac_multicast_adr() argument 525 mwifiex_ret_802_11_tx_rate_query(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_tx_rate_query() argument 545 mwifiex_ret_802_11_deauthenticate(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_deauthenticate() argument 565 mwifiex_ret_802_11_ad_hoc_stop(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_ad_hoc_stop() argument 578 mwifiex_ret_802_11_key_material_v1(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material_v1() argument 613 mwifiex_ret_802_11_key_material_v2(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material_v2() argument 648 mwifiex_ret_802_11_key_material(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material() argument 660 mwifiex_ret_802_11d_domain_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11d_domain_info() argument 704 mwifiex_ret_ver_ext(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct host_cmd_ds_version_ext *version_ext) mwifiex_ret_ver_ext() argument 723 mwifiex_ret_remain_on_chan(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct host_cmd_ds_remain_on_chan *roc_cfg) mwifiex_ret_remain_on_chan() argument 739 mwifiex_ret_p2p_mode_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, void *data_buf) mwifiex_ret_p2p_mode_cfg() argument 754 mwifiex_ret_mem_access(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, void *pioctl_buf) mwifiex_ret_mem_access() argument 770 mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, void *data_buf) mwifiex_ret_reg_access() argument 843 mwifiex_ret_ibss_coalescing_status(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_ibss_coalescing_status() argument 880 mwifiex_ret_tdls_oper(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tdls_oper() argument 943 mwifiex_ret_subsc_evt(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_subsc_evt() argument 958 mwifiex_ret_uap_sta_list(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_uap_sta_list() argument 980 mwifiex_ret_cfg_data(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_cfg_data() argument 992 mwifiex_ret_sdio_rx_aggr_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_sdio_rx_aggr_cfg() argument 1005 mwifiex_ret_robust_coex(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, bool *is_timeshare) mwifiex_ret_robust_coex() argument 1113 mwifiex_ret_chan_region_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_chan_region_cfg() argument 1156 mwifiex_ret_pkt_aggr_ctrl(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_pkt_aggr_ctrl() argument 1177 mwifiex_ret_get_chan_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct mwifiex_channel_band *channel_band) mwifiex_ret_get_chan_info() argument 1199 mwifiex_process_sta_cmdresp(struct mwifiex_private *priv, u16 cmdresp_no, struct host_cmd_ds_command *resp) mwifiex_process_sta_cmdresp() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmdresp.c | 33 struct host_cmd_ds_command *resp) in mwifiex_process_cmdresp_error() 40 resp->command, resp->result); in mwifiex_process_cmdresp_error() 45 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error() 47 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error() 50 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error() 96 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() 99 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info() 156 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() 159 struct host_cmd_ds_802_11_snmp_mib *smib = &resp in mwifiex_ret_802_11_snmp_mib() 32 mwifiex_process_cmdresp_error(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_process_cmdresp_error() argument 95 mwifiex_ret_802_11_rssi_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_rssi_info() argument 155 mwifiex_ret_802_11_snmp_mib(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, u32 *data_buf) mwifiex_ret_802_11_snmp_mib() argument 207 mwifiex_ret_get_log(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct mwifiex_ds_get_stats *stats) mwifiex_ret_get_log() argument 256 mwifiex_ret_tx_rate_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tx_rate_cfg() argument 369 mwifiex_ret_tx_power_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tx_power_cfg() argument 424 mwifiex_ret_rf_tx_power(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_rf_tx_power() argument 448 mwifiex_ret_rf_antenna(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_rf_antenna() argument 481 mwifiex_ret_802_11_mac_address(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_mac_address() argument 499 mwifiex_ret_mac_multicast_adr(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_mac_multicast_adr() argument 514 mwifiex_ret_802_11_tx_rate_query(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_tx_rate_query() argument 534 mwifiex_ret_802_11_deauthenticate(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_deauthenticate() argument 554 mwifiex_ret_802_11_ad_hoc_stop(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_ad_hoc_stop() argument 567 mwifiex_ret_802_11_key_material_v1(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material_v1() argument 602 mwifiex_ret_802_11_key_material_v2(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material_v2() argument 637 mwifiex_ret_802_11_key_material(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_key_material() argument 649 mwifiex_ret_802_11d_domain_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11d_domain_info() argument 693 mwifiex_ret_ver_ext(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct host_cmd_ds_version_ext *version_ext) mwifiex_ret_ver_ext() argument 736 mwifiex_ret_remain_on_chan(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct host_cmd_ds_remain_on_chan *roc_cfg) mwifiex_ret_remain_on_chan() argument 752 mwifiex_ret_p2p_mode_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, void *data_buf) mwifiex_ret_p2p_mode_cfg() argument 767 mwifiex_ret_mem_access(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, void *pioctl_buf) mwifiex_ret_mem_access() argument 783 mwifiex_ret_reg_access(u16 type, struct host_cmd_ds_command *resp, void *data_buf) mwifiex_ret_reg_access() argument 856 mwifiex_ret_ibss_coalescing_status(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_ibss_coalescing_status() argument 893 mwifiex_ret_tdls_oper(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_tdls_oper() argument 956 mwifiex_ret_subsc_evt(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_subsc_evt() argument 971 mwifiex_ret_uap_sta_list(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_uap_sta_list() argument 993 mwifiex_ret_cfg_data(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_cfg_data() argument 1005 mwifiex_ret_sdio_rx_aggr_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_sdio_rx_aggr_cfg() argument 1018 mwifiex_ret_robust_coex(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, bool *is_timeshare) mwifiex_ret_robust_coex() argument 1126 mwifiex_ret_chan_region_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_chan_region_cfg() argument 1169 mwifiex_ret_pkt_aggr_ctrl(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_pkt_aggr_ctrl() argument 1190 mwifiex_ret_get_chan_info(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct mwifiex_channel_band *channel_band) mwifiex_ret_get_chan_info() argument 1212 mwifiex_process_sta_cmdresp(struct mwifiex_private *priv, u16 cmdresp_no, struct host_cmd_ds_command *resp) mwifiex_process_sta_cmdresp() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 838 struct xfs_trans_resv *resp) in xfs_trans_resv_calc() 844 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp); in xfs_trans_resv_calc() 846 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_trans_resv_calc() 848 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc() 849 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc() 851 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc() 853 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc() 856 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc() 857 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc() 859 resp in xfs_trans_resv_calc() 836 xfs_trans_resv_calc( struct xfs_mount *mp, struct xfs_trans_resv *resp) xfs_trans_resv_calc() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 62 struct efa_admin_modify_qp_resp resp; in efa_com_modify_qp() local 78 (struct efa_admin_acq_entry *)&resp, in efa_com_modify_qp() 79 sizeof(resp)); in efa_com_modify_qp() 97 struct efa_admin_query_qp_resp resp; in efa_com_query_qp() local 106 (struct efa_admin_acq_entry *)&resp, in efa_com_query_qp() 107 sizeof(resp)); in efa_com_query_qp() 115 result->qp_state = resp.qp_state; in efa_com_query_qp() 116 result->qkey = resp.qkey; in efa_com_query_qp() 117 result->sq_draining = resp.sq_draining; in efa_com_query_qp() 118 result->sq_psn = resp in efa_com_query_qp() 435 struct efa_admin_get_feature_resp resp; efa_com_get_device_attr() local 528 struct efa_admin_get_feature_resp resp; efa_com_get_hw_hints() local 651 struct efa_admin_alloc_pd_resp resp; efa_com_alloc_pd() local 677 struct efa_admin_dealloc_pd_resp resp; efa_com_dealloc_pd() local 703 struct efa_admin_alloc_uar_resp resp; efa_com_alloc_uar() local 729 struct efa_admin_dealloc_uar_resp resp; efa_com_dealloc_uar() local 756 struct efa_admin_acq_get_stats_resp resp; efa_com_get_stats() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 915 struct xfs_trans_resv *resp) in xfs_trans_resv_calc() 923 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp, false); in xfs_trans_resv_calc() 924 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc() 925 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc() 927 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false); in xfs_trans_resv_calc() 928 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc() 929 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc() 931 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_trans_resv_calc() 932 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT; in xfs_trans_resv_calc() 933 resp in xfs_trans_resv_calc() 913 xfs_trans_resv_calc( struct xfs_mount *mp, struct xfs_trans_resv *resp) xfs_trans_resv_calc() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 68 struct efa_admin_modify_qp_resp resp; in efa_com_modify_qp() local 84 (struct efa_admin_acq_entry *)&resp, in efa_com_modify_qp() 85 sizeof(resp)); in efa_com_modify_qp() 103 struct efa_admin_query_qp_resp resp; in efa_com_query_qp() local 112 (struct efa_admin_acq_entry *)&resp, in efa_com_query_qp() 113 sizeof(resp)); in efa_com_query_qp() 121 result->qp_state = resp.qp_state; in efa_com_query_qp() 122 result->qkey = resp.qkey; in efa_com_query_qp() 123 result->sq_draining = resp.sq_draining; in efa_com_query_qp() 124 result->sq_psn = resp in efa_com_query_qp() 430 struct efa_admin_get_feature_resp resp; efa_com_get_device_attr() local 506 struct efa_admin_get_feature_resp resp; efa_com_get_hw_hints() local 629 struct efa_admin_alloc_pd_resp resp; efa_com_alloc_pd() local 655 struct efa_admin_dealloc_pd_resp resp; efa_com_dealloc_pd() local 681 struct efa_admin_alloc_uar_resp resp; efa_com_alloc_uar() local 707 struct efa_admin_dealloc_uar_resp resp; efa_com_dealloc_uar() local 734 struct efa_admin_acq_get_stats_resp resp; efa_com_get_stats() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_resp.c | 90 rxe_run_task(&qp->resp.task, must_sched); in rxe_resp_queue_pkt() 98 if (qp->resp.state == QP_STATE_ERROR) { in get_req() 114 return (qp->resp.res) ? RESPST_READ_REPLY : RESPST_CHK_PSN; in get_req() 120 int diff = psn_compare(pkt->psn, qp->resp.psn); in check_psn() 126 if (qp->resp.sent_psn_nak) in check_psn() 129 qp->resp.sent_psn_nak = 1; in check_psn() 138 if (qp->resp.sent_psn_nak) in check_psn() 139 qp->resp.sent_psn_nak = 0; in check_psn() 144 if (qp->resp.drop_msg || diff != 0) { in check_psn() 146 qp->resp in check_psn() [all...] |
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_technology.c | 216 struct sk_buff *resp) in digital_in_recv_ats() 222 if (IS_ERR(resp)) { in digital_in_recv_ats() 223 rc = PTR_ERR(resp); in digital_in_recv_ats() 224 resp = NULL; in digital_in_recv_ats() 228 if (resp->len < 2) { in digital_in_recv_ats() 233 fsdi = DIGITAL_ATS_FSCI(resp->data[1]); in digital_in_recv_ats() 244 dev_kfree_skb(resp); in digital_in_recv_ats() 273 struct sk_buff *resp) in digital_in_recv_sel_res() 280 if (IS_ERR(resp)) { in digital_in_recv_sel_res() 281 rc = PTR_ERR(resp); in digital_in_recv_sel_res() 215 digital_in_recv_ats(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_ats() argument 272 digital_in_recv_sel_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sel_res() argument 387 digital_in_recv_sdd_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sdd_res() argument 476 digital_in_recv_sens_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sens_res() argument 549 digital_in_recv_mifare_res(struct sk_buff *resp) digital_in_recv_mifare_res() argument 575 digital_in_recv_attrib_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_attrib_res() argument 645 digital_in_recv_sensb_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sensb_res() argument 742 digital_in_recv_sensf_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sensf_res() argument 840 digital_in_recv_iso15693_inv_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_iso15693_inv_res() argument 956 digital_tg_recv_sel_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sel_req() argument 1021 digital_tg_recv_sdd_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sdd_req() argument 1080 digital_tg_recv_sens_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sens_req() argument 1109 digital_tg_recv_atr_or_sensf_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_atr_or_sensf_req() argument 1173 digital_tg_recv_sensf_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sensf_req() argument 1262 digital_tg_recv_md_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_md_req() argument [all...] |
H A D | digital_dep.c | 107 struct sk_buff *resp); 109 struct sk_buff *resp); 232 struct sk_buff *resp, in digital_recv_dep_data_gather() 252 if (resp->len > skb_tailroom(ddev->chaining_skb)) { in digital_recv_dep_data_gather() 267 skb_put_data(ddev->chaining_skb, resp->data, resp->len); in digital_recv_dep_data_gather() 269 kfree_skb(resp); in digital_recv_dep_data_gather() 270 resp = NULL; in digital_recv_dep_data_gather() 280 resp = ddev->chaining_skb; in digital_recv_dep_data_gather() 284 return resp; in digital_recv_dep_data_gather() 231 digital_recv_dep_data_gather(struct nfc_digital_dev *ddev, u8 pfb, struct sk_buff *resp, int (*send_ack)(struct nfc_digital_dev *ddev, struct digital_data_exch *data_exch), struct digital_data_exch *data_exch) digital_recv_dep_data_gather() argument 295 digital_in_recv_psl_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_psl_res() argument 399 digital_in_recv_atr_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_atr_res() argument 686 digital_in_recv_dep_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_dep_res() argument 1077 digital_tg_recv_dep_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_dep_req() argument 1348 digital_tg_send_psl_res_complete(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_send_psl_res_complete() argument 1398 digital_tg_recv_psl_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_psl_req() argument 1467 digital_tg_send_atr_res_complete(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_send_atr_res_complete() argument 1541 digital_tg_recv_atr_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_atr_req() argument [all...] |
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_technology.c | 216 struct sk_buff *resp) in digital_in_recv_ats() 222 if (IS_ERR(resp)) { in digital_in_recv_ats() 223 rc = PTR_ERR(resp); in digital_in_recv_ats() 224 resp = NULL; in digital_in_recv_ats() 228 if (resp->len < 2) { in digital_in_recv_ats() 233 fsdi = DIGITAL_ATS_FSCI(resp->data[1]); in digital_in_recv_ats() 244 dev_kfree_skb(resp); in digital_in_recv_ats() 273 struct sk_buff *resp) in digital_in_recv_sel_res() 280 if (IS_ERR(resp)) { in digital_in_recv_sel_res() 281 rc = PTR_ERR(resp); in digital_in_recv_sel_res() 215 digital_in_recv_ats(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_ats() argument 272 digital_in_recv_sel_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sel_res() argument 387 digital_in_recv_sdd_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sdd_res() argument 476 digital_in_recv_sens_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sens_res() argument 549 digital_in_recv_mifare_res(struct sk_buff *resp) digital_in_recv_mifare_res() argument 575 digital_in_recv_attrib_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_attrib_res() argument 645 digital_in_recv_sensb_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sensb_res() argument 742 digital_in_recv_sensf_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_sensf_res() argument 840 digital_in_recv_iso15693_inv_res(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_in_recv_iso15693_inv_res() argument 956 digital_tg_recv_sel_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sel_req() argument 1021 digital_tg_recv_sdd_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sdd_req() argument 1080 digital_tg_recv_sens_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sens_req() argument 1109 digital_tg_recv_atr_or_sensf_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_atr_or_sensf_req() argument 1173 digital_tg_recv_sensf_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_sensf_req() argument 1262 digital_tg_recv_md_req(struct nfc_digital_dev *ddev, void *arg, struct sk_buff *resp) digital_tg_recv_md_req() argument [all...] |