Searched refs:SCSI_NL_MSGALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_netlink.h77 #define SCSI_NL_MSGALIGN(len) (((len) + 7) & ~7) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c638 len = SCSI_NL_MSGALIGN(sizeof(*msg) + data_len);

Completed in 51 milliseconds