Searched refs:snic_io_hdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_fwint.h | 95 * snic_io_hdr : host <--> firmware 100 struct snic_io_hdr { struct 112 /* auxillary funciton for encoding the snic_io_hdr */ 114 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() 127 /* auxillary funciton for decoding the snic_io_hdr */ 129 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() 416 sizeof(struct snic_io_hdr) - \ 427 struct snic_io_hdr hdr; 458 struct snic_io_hdr hdr; 463 u8 buf[SNIC_FW_REQ_LEN - sizeof(struct snic_io_hdr)]; [all...] |
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_fwint.h | 81 * snic_io_hdr : host <--> firmware 86 struct snic_io_hdr { struct 98 /* auxillary funciton for encoding the snic_io_hdr */ 100 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() 113 /* auxillary funciton for decoding the snic_io_hdr */ 115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() 402 sizeof(struct snic_io_hdr) - \ 413 struct snic_io_hdr hdr; 444 struct snic_io_hdr hdr; 449 u8 buf[SNIC_FW_REQ_LEN - sizeof(struct snic_io_hdr)]; [all...] |
Completed in 3 milliseconds