Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3048 } iwk_tx_cmd_t; typedef
3054 iwk_tx_cmd_t config;
H A Diwk2.c2642 iwk_tx_cmd_t *tx; in iwk_send()
2761 tx = (iwk_tx_cmd_t *)cmd->data; in iwk_send()
2828 len0 = roundup(4 + sizeof (iwk_tx_cmd_t) + hdrlen, 4); in iwk_send()
2829 if (len0 != (4 + sizeof (iwk_tx_cmd_t) + hdrlen)) in iwk_send()
2875 LE_32(data->paddr_cmd + 4 + offsetof(iwk_tx_cmd_t, scratch)); in iwk_send()
6395 sizeof (iwk_tx_cmd_t) + in iwk_start_tx_beacon()