Lines Matching full:smt

682 	/* Get FDDI SMT MIB objects */  in skfp_ctl_get_stats()
684 /* Fill the bp->stats structure with the SMT MIB object values */ in skfp_ctl_get_stats()
1228 * smc - A pointer to the SMT context struct.
1248 smt_reset_defaults(smc, 1); // Initialize the SMT module. in ResetAdapter()
1273 * smc - A pointer to the SMT context struct.
1298 * for the SMT MBufs if the define MB_OUTSIDE_SMC is specified.
1300 * smc - A pointer to the SMT context struct.
1316 printk("Unexpected SMT memory size requested: %d\n", size); in mac_drv_get_space()
1340 * smc - A pointer to the SMT context struct.
1379 * smc - A pointer to the SMT context struct.
1401 * The hardware module calls this dma_master if it wants to send an SMT
1405 * smc - A pointer to the SMT context struct.
1414 * SMT_BUF (0x80) SMT buffer
1437 * smc - A pointer to the SMT context struct.
1441 * flag - Indicates the DMA transfer direction / SMT buffer:
1444 * SMT_BUF (0x80) SMT buffer (managed by HWM)
1451 /* For TX buffers, there are two cases. If it is an SMT transmit in dma_complete()
1487 * smc - A pointer to the SMT context struct.
1543 * in a receive buffer. Also the SMT, NSA, and directed beacon frames
1551 * smc - A pointer to the SMT context struct.
1670 * buffer was filled with an invalid frame or an SMT frame.
1672 * smc - A pointer to the SMT context struct.
1750 * smc - A pointer to the SMT context struct.
1811 * smc - A pointer to the SMT context struct.
1855 * The hardware module calls this routine when an SMT or NSA frame of the
1856 * local SMT should be delivered to the LLC layer.
1859 * copy the contents of SMT MBufs into receive buffers.
1864 * smc - A pointer to the SMT context struct.
1885 // "Received" a SMT or NSA frame of the local SMT. in mac_drv_rx_init()
1888 pr_debug("fddi: Discard invalid local SMT frame\n"); in mac_drv_rx_init()
1895 pr_debug("fddi: Local SMT: skb memory exhausted.\n"); in mac_drv_rx_init()
1914 * This routine is called periodically by the SMT module to clean up the
1920 * smc - A pointer to the SMT context struct.
1936 * smc - A pointer to the SMT context struct.
2009 * smc - A pointer to the SMT context struct.
2043 * smc - A pointer to the SMT context struct.
2101 * smc - A pointer to the SMT context struct.
2156 * smc - A pointer to the SMT context struct.
2209 * This function is called by the SMT when it has detected a severe
2213 * smc - A pointer to the SMT context struct.