Home
last modified time | relevance | path

Searched refs:byte_oriented (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/cxgbe/common/
H A Dcommon.h632 u32 *data, int byte_oriented);
634 unsigned int n, const u8 *data, int byte_oriented);
H A Dt4_hw.c3199 unsigned int nwords, u32 *data, int byte_oriented) in t4_read_flash() argument
3218 if (byte_oriented) in t4_read_flash()
3238 unsigned int n, const u8 *data, int byte_oriented) in t4_write_flash() argument
3258 if (!byte_oriented) in t4_write_flash()
3273 byte_oriented); in t4_write_flash()
/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1038 u32 *data, int byte_oriented) in t3_read_flash() argument
1055 if (byte_oriented) in t3_read_flash()
1077 int byte_oriented) in t3_write_flash() argument
1096 if (byte_oriented) in t3_write_flash()
1108 byte_oriented); in t3_write_flash()
H A Dcxgb_common.h721 u32 *data, int byte_oriented);