Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h592 u32 *data, int byte_oriented);
594 unsigned int n, const u8 *data, int byte_oriented);
H A Dt4_hw.c3204 unsigned int nwords, u32 *data, int byte_oriented) in t4_read_flash() argument
3223 if (byte_oriented) in t4_read_flash()
3243 unsigned int n, const u8 *data, int byte_oriented) in t4_write_flash() argument
3263 if (!byte_oriented) in t4_write_flash()
3278 byte_oriented); in t4_write_flash()
/freebsd-12.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);