Searched refs:chim (Results 1 – 2 of 2) sorted by relevance
303 struct hn_nvs_chim_conn chim; in hn_nvs_conn_chim() local310 memset(&chim, 0, sizeof(chim)); in hn_nvs_conn_chim()311 chim.type = NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()312 chim.gpadl = hv->chim_res->phys_addr; in hn_nvs_conn_chim()313 chim.sig = NVS_CHIM_SIG; in hn_nvs_conn_chim()318 error = hn_nvs_execute(hv, &chim, sizeof(chim), in hn_nvs_conn_chim()
1226 void *chim; in hn_try_txagg() local1249 chim = (uint8_t *)pkt + pkt->len; in hn_try_txagg()1250 txq->agg_prevpkt = chim; in hn_try_txagg()1262 return chim; in hn_try_txagg()1269 chim = (uint8_t *)hv->chim_res->addr in hn_try_txagg()1275 txq->agg_prevpkt = chim; in hn_try_txagg()1277 return chim; in hn_try_txagg()