Searched refs:fcoe_allocate_frame (Results 1 – 3 of 3) sorted by relevance
35 extern fcoe_frame_t *fcoe_allocate_frame(fcoe_port_t *, uint32_t, void *);
114 eport->eport_alloc_frame = fcoe_allocate_frame; in fcoe_register_client()272 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) in fcoe_allocate_frame() function
263 frm = fcoe_allocate_frame(&mac->fm_eport, frame_size, mp); in fcoe_rx()