Searched refs:nhm (Results 1 – 4 of 4) sorted by relevance
400 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhgrp() local401 nhm->nh_family = AF_UNSPEC; in dump_nhgrp()402 nhm->nh_scope = 0; in dump_nhgrp()403 nhm->nh_protocol = unhop->un_protocol; in dump_nhgrp()404 nhm->nh_flags = 0; in dump_nhgrp()442 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhop() local443 ENOMEM_IF_NULL(nhm); in dump_nhop()444 nhm->nh_family = nhop_get_neigh_family(nh); in dump_nhop()445 nhm->nh_scope = 0; // XXX: what's that? in dump_nhop()446 nhm->nh_protocol = nhop_get_origin(nh); in dump_nhop()[all …]
1899 struct rtw89_btc_wl_nhm nhm; member2894 s8 nhm; member
2659 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()
4895 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_cxdrv_trx()