Searched refs:ifh_len (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/net/mscc_eswitch/ |
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);
|
A D | mscc_xfer.c | 31 u32 *ifh, size_t ifh_len, u32 *buff, size_t buff_len) in mscc_send() argument 38 for (i = 0; i < ifh_len; i++) in mscc_send() 62 u32 *rxbuf, size_t ifh_len, bool byte_swap) in mscc_recv() argument 73 for (i = 0; i < ifh_len; i++) in mscc_recv()
|
Completed in 2 milliseconds