NETIF_RSP_OKAY
int16_t status = NETIF_RSP_OKAY;
if (status != NETIF_RSP_OKAY) {
status ? NETIF_RSP_OKAY : NETIF_RSP_ERROR);
xnb_tx_mark_complete(xnbp, txp->xt_id, NETIF_RSP_OKAY);
int16_t status = NETIF_RSP_OKAY;
if (status != NETIF_RSP_OKAY) {
result = (txp->tx_status == NETIF_RSP_OKAY);