Searched refs:nvim (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_virt_if.c66 struct nss_virt_if_msg *nvim = (struct nss_virt_if_msg *)ncm; local
104 switch (nvim->cm.type) {
106 nss_virt_if_stats_sync(handle, &nvim->msg.stats);
163 struct nss_virt_if_msg *nvim)
172 status = nss_virt_if_tx_msg(nss_ctx, nvim);
196 static void nss_virt_if_msg_init(struct nss_virt_if_msg *nvim, argument
203 nss_cmn_msg_init(&nvim->cm, if_num, type, len, (void *)cb, (void *)app_data);
325 struct nss_virt_if_msg nvim; local
360 nss_virt_if_msg_init(&nvim, handle->if_num, NSS_VIRT_IF_TX_CREATE_MSG,
363 nvcm = &nvim
162 nss_virt_if_tx_msg_sync(struct nss_virt_if_handle *handle, struct nss_virt_if_msg *nvim) argument
562 struct nss_virt_if_msg nvim; local
811 nss_virt_if_tx_msg(struct nss_ctx_instance *nss_ctx, struct nss_virt_if_msg *nvim) argument
[all...]
H A Dnss_tx_rx_virt_if.c68 struct nss_tx_rx_virt_if_msg *nvim = (struct nss_tx_rx_virt_if_msg *)ncm; local
106 switch (nvim->cm.type) {
108 nss_tx_rx_virt_if_stats_sync(handle, &nvim->msg.stats);
486 struct nss_tx_rx_virt_if_msg *nvim)
495 status = nss_tx_rx_virt_if_tx_msg(nss_ctx, nvim);
485 nss_tx_rx_virt_if_tx_msg_sync(struct nss_tx_rx_virt_if_handle *handle, struct nss_tx_rx_virt_if_msg *nvim) argument
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_virt_if.h178 * @param nvim Virtual interface message
182 extern nss_tx_status_t nss_virt_if_tx_msg(struct nss_ctx_instance *nss_ctx, struct nss_virt_if_msg *nvim);

Completed in 86 milliseconds