Searched refs:INIT_SCSI_NL_HDR (Results 1 - 7 of 7) 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
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 562 INIT_SCSI_NL_HDR(&event->snlh, SCSI_NL_TRANSPORT_FC, in fc_host_post_fc_event()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 573 INIT_SCSI_NL_HDR(&event->snlh, SCSI_NL_TRANSPORT_FC, in fc_host_post_fc_event()
|
Completed in 17 milliseconds