Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h173 uint8_t data_len_lo; /* data length lower 8 bits */ member
H A Dqla_hw.c1016 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF); in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h1172 uint8_t data_len_lo; /* data length lower 8 bits */ member
H A Dql_hw.c2604 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF); in ql_hw_send()