Home
last modified time | relevance | path

Searched refs:ifh_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_xfer.c28 u32 *ifh, size_t ifh_len, u32 *buff, size_t buff_len) in mscc_send() argument
35 for (i = 0; i < ifh_len; i++) in mscc_send()
59 u32 *rxbuf, size_t ifh_len, bool byte_swap) in mscc_recv() argument
70 for (i = 0; i < ifh_len; i++) in mscc_recv()
H A Dmscc_xfer.h17 u32 *ifh, size_t ifh_len, u32 *buff, size_t buff_len);
19 u32 *rxbuf, size_t ifh_len, bool byte_swap);