Searched refs:os_channel_packet_alloc (Results 1 – 6 of 6) sorted by relevance
460 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
333 error = os_channel_packet_alloc(port->chan, &pkt);
283 error = os_channel_packet_alloc(ch, &pkt); in custom_ether_send()
1173 error = os_channel_packet_alloc(port->chan, &pkt);1275 error = os_channel_packet_alloc(port->chan, &pkt); in channel_port_send_fragments()
1697 error = os_channel_packet_alloc(port->chan, &pkt); in sktu_channel_port_frame_to_pkt()
1809 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc() function