Searched refs:hcf_send_msg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.h393 EXTERN_C int hcf_send_msg (IFBP ifbp, DESC_STRCT *dp, hcf_16 tx_cntl );
H A Dwl_netdev.c746 status = hcf_send_msg( &( lp->hcfCtx ), desc, lp->txF.port );
H A Dwl_priv.c515 hcf_send_msg( &(lp->hcfCtx), &Descp[0], HCF_PORT_0 );
H A Dhcf.c2490 *.MODULE int hcf_send_msg( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl )
2586 * Note that hcf_send_msg does not detect NIC absence. The MSF is supposed to have its own -platform dependent-
2589 * just after hcf_send_msg returns but before the actual transmission took place or sometime earlier.
2602 * all, the MSF is not supposed to call hcf_send_msg when no Resource is available.
2613 * hcf_send_msg checks whether the frame is an Ethernet-II rather than an "official" 802.3 frame.
2620 * hcf_send_msg leaves the responsibility to only send messages on enabled ports at the MSF level.
2624 * hcf_send_msg does not NEED a return value to report NIC absence or removal during the execution of
2625 * hcf_send_msg(), because the MSF and higher layers must be able to cope anyway with the NIC being removed
2626 * after a successful completion of hcf_send_msg() but before the actual transmission took place.
2630 * hcf_send_msg doe
2643 hcf_send_msg( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl ) function
[all...]

Completed in 113 milliseconds