Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11913 unsigned int i2c_max = sizeof(ldst_cmd.u.i2c.data); in t4_i2c_io() local
11934 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_io()