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

/illumos-gate/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) argument
257 fc_frame_size + PADDING_SIZE);
272 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) argument
280 if (fc_frame_size > 2136) {
282 fc_frame_size);
290 raw_frame_size = PADDING_SIZE + fc_frame_size;
305 frm->frm_fc_frame_size = fc_frame_size;
306 frm->frm_payload_size = fc_frame_size -
329 (fc_frame_size
[all...]

Completed in 61 milliseconds