Home
last modified time | relevance | path

Searched refs:NVS_STATUS_OK (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c172 if (status != NVS_STATUS_OK) { in hn_nvs_doinit()
213 if (status != NVS_STATUS_OK) { in hn_nvs_conn_rxbuf()
331 if (resp.status != NVS_STATUS_OK) { in hn_nvs_conn_chim()
511 .status = NVS_STATUS_OK, in hn_nvs_ack_rxbuf()
560 if (resp.status != NVS_STATUS_OK) { in hn_nvs_alloc_subchans()
H A Dhn_nvs.h42 #define NVS_STATUS_OK 1 macro
H A Dhn_rxtx.c409 if (likely(ack->status == NVS_STATUS_OK)) { in hn_nvs_send_completed()