Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c62 uint32_t fc_frame_size, uint8_t **ppfc);
252 fcoe_alloc_netb(fcoe_port_t *eport, uint32_t fc_frame_size, uint8_t **ppfc) in fcoe_alloc_netb() argument
257 fc_frame_size + PADDING_SIZE); in fcoe_alloc_netb()
272 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) in fcoe_allocate_frame() argument
280 if (fc_frame_size > 2136) { in fcoe_allocate_frame()
282 fc_frame_size); in fcoe_allocate_frame()
290 raw_frame_size = PADDING_SIZE + fc_frame_size; in fcoe_allocate_frame()
305 frm->frm_fc_frame_size = fc_frame_size; in fcoe_allocate_frame()
306 frm->frm_payload_size = fc_frame_size - in fcoe_allocate_frame()
329 (fc_frame_size + (uint8_t *)fmi->fmi_fc_frame); in fcoe_allocate_frame()