Searched refs:param_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 847 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 875 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXDelFile() 877 offset = param_offset + params; in CIFSPOSIXDelFile() 882 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXDelFile() 1061 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1092 param_offset = offsetof(struct smb_com_transaction2_spi_req, in CIFSPOSIXCreate() 1094 offset = param_offset + params; in CIFSPOSIXCreate() 1100 pSMB->ParameterOffset = cpu_to_le16(param_offset); in CIFSPOSIXCreate() 2282 __u16 params, param_offset, offset, byte_count, count; in CIFSSMBPosixLock() local 2300 param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid); in CIFSSMBPosixLock() [all …]
|
| /linux/drivers/nfc/st95hf/ |
| H A D | core.c | 95 int param_offset; member 267 if (list_array[i].param_offset >= cmd_array[cmd].no_cmd_params) in st95hf_send_recv_cmd() 269 spi_cmd_buffer[3 + list_array[i].param_offset] = in st95hf_send_recv_cmd() 545 new_params[0].param_offset = 2; in iso14443_config_fdt() 551 new_params[1].param_offset = 3; in iso14443_config_fdt() 621 new_params[0].param_offset = 1; in st95hf_handle_wtx()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | cong.c | 93 mlx5_ib_param_to_node(enum mlx5_ib_dbg_cc_types param_offset) in mlx5_ib_param_to_node() argument 95 if (param_offset <= MLX5_IB_DBG_CC_RP_GD) in mlx5_ib_param_to_node() 98 if (param_offset <= MLX5_IB_DBG_CC_NP_CNP_PRIO) in mlx5_ib_param_to_node()
|