Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2398 } iwh_tx_cmd_t; typedef
2406 iwh_tx_cmd_t config;
H A Diwh.c3076 iwh_tx_cmd_t *tx; in iwh_send()
3237 tx = (iwh_tx_cmd_t *)cmd->data; in iwh_send()
3362 len0 = roundup(4 + sizeof (iwh_tx_cmd_t) + hdrlen, 4); in iwh_send()
3363 if (len0 != (4 + sizeof (iwh_tx_cmd_t) + hdrlen)) { in iwh_send()
3408 LE_32(data->paddr_cmd + 4 + offsetof(iwh_tx_cmd_t, scratch)); in iwh_send()