Searched refs:chim (Results 1 – 2 of 2) sorted by relevance
308 struct hn_nvs_chim_conn chim; in hn_nvs_conn_chim() local315 memset(&chim, 0, sizeof(chim)); in hn_nvs_conn_chim()316 chim.type = NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()317 chim.gpadl = hv->chim_res->phys_addr; in hn_nvs_conn_chim()318 chim.sig = NVS_CHIM_SIG; in hn_nvs_conn_chim()323 error = hn_nvs_execute(hv, &chim, sizeof(chim), in hn_nvs_conn_chim()
1224 void *chim; in hn_try_txagg() local1247 chim = (uint8_t *)pkt + pkt->len; in hn_try_txagg()1248 txq->agg_prevpkt = chim; in hn_try_txagg()1260 return chim; in hn_try_txagg()1267 chim = (uint8_t *)hv->chim_res->addr in hn_try_txagg()1273 txq->agg_prevpkt = chim; in hn_try_txagg()1275 return chim; in hn_try_txagg()