Home
last modified time | relevance | path

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

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