Searched refs:ifh_len (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | mscc_xfer.c | 28 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 D | mscc_xfer.h | 17 u32 *ifh, size_t ifh_len, u32 *buff, size_t buff_len); 19 u32 *rxbuf, size_t ifh_len, bool byte_swap);
|