Home
last modified time | relevance | path

Searched refs:FC_NL_MSGALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/scsi/
Dscsi_netlink_fc.h44 #define FC_NL_MSGALIGN(len) (((len) + 7) & ~7) macro
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c549 len = FC_NL_MSGALIGN(sizeof(*event)); in fc_host_post_event()
617 len = FC_NL_MSGALIGN(sizeof(*event) + data_len); in fc_host_post_vendor_event()