Searched refs:command_data (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 239 if (!command_data) in command_file_open() 242 command_data->command = NULL; in command_file_open() 243 command_data->sp = inode->i_private; in command_file_open() 244 file->private_data = command_data; in command_file_open() 252 if (command_data->command) in command_file_close() 255 kfree(command_data); in command_file_close() 274 cmd = command_data->command; in command_file_read() 279 command_data->command = NULL; in command_file_read() 310 if (command_data->command) in command_file_write() 323 if (command_data->command) { in command_file_write() [all …]
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_parser.c | 208 struct ssam_span *command_data) in sshp_parse_command() argument 213 command_data->ptr = NULL; in sshp_parse_command() 214 command_data->len = 0; in sshp_parse_command() 221 command_data->ptr = source->ptr + sizeof(struct ssh_command); in sshp_parse_command() 222 command_data->len = source->len - sizeof(struct ssh_command); in sshp_parse_command()
|
H A D | ssh_request_layer.c | 469 const struct ssam_span *command_data) in ssh_rtl_complete() argument 475 trace_ssam_rx_response_received(command, command_data->len); in ssh_rtl_complete() 575 ssh_rtl_complete_with_rsp(r, command, command_data); in ssh_rtl_complete() 914 struct ssam_span command_data; in ssh_rtl_rx_command() local 916 if (sshp_parse_command(dev, data, &command, &command_data)) in ssh_rtl_rx_command() 935 ssh_rtl_rx_event(rtl, command, &command_data); in ssh_rtl_rx_command() 937 ssh_rtl_complete(rtl, command, &command_data); in ssh_rtl_rx_command()
|
H A D | ssh_parser.h | 152 struct ssam_span *command_data);
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_mbox_msr.c | 35 u32 command_data, u32 *response_data) in isst_if_send_mbox_cmd() argument 57 wrmsrl(MSR_OS_MAILBOX_DATA, command_data); in isst_if_send_mbox_cmd()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 272 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; member 287 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; member
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 473 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; member 488 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; member
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 238 void *command_data, void *opaque) in iscsi_co_generic_cb() argument 241 struct scsi_task *task = command_data; in iscsi_co_generic_cb() 308 iscsi_abort_task_cb(struct iscsi_context *iscsi, int status, void *command_data, in iscsi_abort_task_cb() argument 961 void *command_data, void *opaque) in iscsi_aio_ioctl_cb() argument
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 320 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; /* Command data can length 0..0x658 */ member 2111 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; /* Command data can length 0..252 */ member
|