Searched refs:pack_id (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_flash.c | 14 u32 pack_length, u16 pack_id, in ipc_flash_proc_format_ebl_pack() argument 17 u16 checksum = pack_id; in ipc_flash_proc_format_ebl_pack() 23 flash_req->pack_id = cpu_to_le16(pack_id); in ipc_flash_proc_format_ebl_pack() 61 u16 pack_id, u8 *payload, u32 payload_length) in ipc_flash_send_data() argument 67 pack_id, payload, payload_length); in ipc_flash_send_data() 69 dev_err(ipc_devlink->dev, "EBL2 pack failed for pack_id:%d", in ipc_flash_send_data() 70 pack_id); in ipc_flash_send_data() 78 pack_id); in ipc_flash_send_data() 85 pack_id); in ipc_flash_send_data() 166 ipc_flash_send_receive(struct iosm_devlink * ipc_devlink,u16 pack_id,u8 * payload,u32 payload_length,u8 * mdm_rsp) ipc_flash_send_receive() argument [all...] |
H A D | iosm_ipc_flash.h | 205 * @pack_id: Flash Action type 210 __le16 pack_id; member
|
/linux/include/scsi/ |
H A D | sg.h | 54 int pack_id; /* [i->o] unused internally (normally) */ member 83 compat_int_t pack_id; /* [i->o] unused internally (normally) */ member 180 int pack_id; /* pack_id associated with request */ member 211 /* When SG_SET_FORCE_PACK_ID set to 1, pack_id is input to read() which 212 tries to fetch a packet with a matching pack_id, waits, or returns EAGAIN. 213 If pack_id is -1 then read oldest waiting. When ...FORCE_PACK_ID set to 0 214 then pack_id ignored by read() and oldest readable fetched. */ 216 #define SG_GET_PACK_ID 0x227c /* Yields oldest readable pack_id (or -1) */ 286 int pack_id; /* [i member [all...] |
/linux/drivers/scsi/ |
H A D | sg.c | 152 char force_packid; /* 1 -> pack_id input to read(), 0 -> ignored */ 198 static Sg_request *sg_get_rq_mark(Sg_fd * sfp, int pack_id, bool *busy); 404 static int get_sg_io_pack_id(int *pack_id, void __user *buf, size_t count) in get_sg_io_pack_id() argument 415 return get_user(*pack_id, &old_hdr->pack_id); in get_sg_io_pack_id() 421 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 427 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 431 /* no valid header was passed, so ignore the pack_id */ in get_sg_io_pack_id() 891 int pack_id; global() member 2064 sg_get_rq_mark(Sg_fd * sfp,int pack_id,bool * busy) sg_get_rq_mark() argument [all...] |
H A D | scsi_ioctl.c | 649 .pack_id = hdr->pack_id, in put_sg_io_hdr() 697 .pack_id = hdr32.pack_id, in get_sg_io_hdr()
|
/linux/drivers/soc/amlogic/ |
H A D | meson-gx-socinfo.c | 54 unsigned int pack_id; member 57 { "S905", 0x1f, 0, 0x20 }, /* pack_id != 0x20 */ 58 { "S905H", 0x1f, 0x3, 0xf }, /* pack_id & 0xf == 0x3 */ 59 { "S905M", 0x1f, 0x20, 0xf0 }, /* pack_id == 0x20 */ 119 soc_packages[i].pack_id == in socinfo_to_package_id()
|