Searched defs:INIT_SCSI_NL_HDR (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/scsi/ |
H A D | scsi_netlink.h | 99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ macro
|
/kernel/linux/linux-6.6/include/uapi/scsi/ |
H A D | scsi_netlink.h | 99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/ |
H A D | scsi_netlink.h | 40 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/ |
H A D | scsi_netlink.h | 50 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; } macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/ |
H A D | scsi_netlink.h | 50 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; } macro
|
Completed in 3 milliseconds