DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_nd_rx_ops_t(3udi)


ND receive entry point ops vector

SYNOPSIS

#include <udi.h>

typedef const struct {

	udi_channel_event_ind_op_t *channel_event_ind_op;

	udi_nd_rx_rdy_op_t *nd_rx_rdy_op;

} udi_nd_rx_ops_t;
 
/* ND Receive Ops Vector Number */
 
#define  UDI_ND_RX_OPS_NUM				3
 

DESCRIPTION A Network Driver uses the udi_nd_rx_ops_t structure in a udi_ops_init_t as part of its udi_init_info in order to register its entry points for the Network Interface Metalanguage receive channel operations.

REFERENCES udi_nd_ctrl_ops_t, udi_nd_tx_ops_t


UDI NIC Driver Specification Contents