master/ethernet.c
branch1.4-foe
changeset 1713 df6cdc79ea56
parent 1711 2b017fcc1c6d
equal deleted inserted replaced
1712:45ff77031255 1713:df6cdc79ea56
   215 
   215 
   216 /*****************************************************************************/
   216 /*****************************************************************************/
   217 
   217 
   218 /**
   218 /**
   219    Sends a frame or the next fragment.
   219    Sends a frame or the next fragment.
   220    \todo bootstrap mailboxes / use configured mailbox sizes
       
   221 */
   220 */
   222 
   221 
   223 int ec_eoe_send(ec_eoe_t *eoe /**< EoE handler */)
   222 int ec_eoe_send(ec_eoe_t *eoe /**< EoE handler */)
   224 {
   223 {
   225     size_t remaining_size, current_size, complete_offset;
   224     size_t remaining_size, current_size, complete_offset;