Lines Matching full:smt

683 	/* Get FDDI SMT MIB objects */  in skfp_ctl_get_stats()
685 /* Fill the bp->stats structure with the SMT MIB object values */ in skfp_ctl_get_stats()
1229 * smc - A pointer to the SMT context struct.
1249 smt_reset_defaults(smc, 1); // Initialize the SMT module. in ResetAdapter()
1274 * smc - A pointer to the SMT context struct.
1299 * for the SMT MBufs if the define MB_OUTSIDE_SMC is specified.
1301 * smc - A pointer to the SMT context struct.
1317 printk("Unexpected SMT memory size requested: %d\n", size); in mac_drv_get_space()
1341 * smc - A pointer to the SMT context struct.
1380 * smc - A pointer to the SMT context struct.
1402 * The hardware module calls this dma_master if it wants to send an SMT
1406 * smc - A pointer to the SMT context struct.
1415 * SMT_BUF (0x80) SMT buffer
1438 * smc - A pointer to the SMT context struct.
1442 * flag - Indicates the DMA transfer direction / SMT buffer:
1445 * SMT_BUF (0x80) SMT buffer (managed by HWM)
1452 /* For TX buffers, there are two cases. If it is an SMT transmit in dma_complete()
1488 * smc - A pointer to the SMT context struct.
1544 * in a receive buffer. Also the SMT, NSA, and directed beacon frames
1552 * smc - A pointer to the SMT context struct.
1671 * buffer was filled with an invalid frame or an SMT frame.
1673 * smc - A pointer to the SMT context struct.
1751 * smc - A pointer to the SMT context struct.
1812 * smc - A pointer to the SMT context struct.
1856 * The hardware module calls this routine when an SMT or NSA frame of the
1857 * local SMT should be delivered to the LLC layer.
1860 * copy the contents of SMT MBufs into receive buffers.
1865 * smc - A pointer to the SMT context struct.
1886 // "Received" a SMT or NSA frame of the local SMT. in mac_drv_rx_init()
1889 pr_debug("fddi: Discard invalid local SMT frame\n"); in mac_drv_rx_init()
1896 pr_debug("fddi: Local SMT: skb memory exhausted.\n"); in mac_drv_rx_init()
1915 * This routine is called periodically by the SMT module to clean up the
1921 * smc - A pointer to the SMT context struct.
1937 * smc - A pointer to the SMT context struct.
2010 * smc - A pointer to the SMT context struct.
2044 * smc - A pointer to the SMT context struct.
2102 * smc - A pointer to the SMT context struct.
2157 * smc - A pointer to the SMT context struct.
2210 * This function is called by the SMT when it has detected a severe
2214 * smc - A pointer to the SMT context struct.