Home
last modified time | relevance | path

Searched refs:PADDING_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h221 #define PADDING_SIZE (PADDING_HEADER_SIZE + sizeof (fcoe_frame_tailer_t)) macro
H A Dfcoe_fc.c260 fc_frame_size + PADDING_SIZE); in fcoe_alloc_netb()
293 raw_frame_size = PADDING_SIZE + fc_frame_size; in fcoe_allocate_frame()
H A Dfcoe_eth.c262 frame_size = raw_frame_size - PADDING_SIZE; in fcoe_rx()