Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.h35 extern fcoe_frame_t *fcoe_allocate_frame(fcoe_port_t *, uint32_t, void *);
H A Dfcoe_fc.c116 eport->eport_alloc_frame = fcoe_allocate_frame; in fcoe_register_client()
275 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) in fcoe_allocate_frame() function
H A Dfcoe_eth.c263 frm = fcoe_allocate_frame(&mac->fm_eport, frame_size, mp); in fcoe_rx()