Lines Matching full:smt

679 	/* Get FDDI SMT MIB objects */  in skfp_ctl_get_stats()
681 /* Fill the bp->stats structure with the SMT MIB object values */ in skfp_ctl_get_stats()
1222 * smc - A pointer to the SMT context struct.
1242 smt_reset_defaults(smc, 1); // Initialize the SMT module. in ResetAdapter()
1267 * smc - A pointer to the SMT context struct.
1292 * for the SMT MBufs if the define MB_OUTSIDE_SMC is specified.
1294 * smc - A pointer to the SMT context struct.
1310 printk("Unexpected SMT memory size requested: %d\n", size); in mac_drv_get_space()
1334 * smc - A pointer to the SMT context struct.
1373 * smc - A pointer to the SMT context struct.
1395 * The hardware module calls this dma_master if it wants to send an SMT
1399 * smc - A pointer to the SMT context struct.
1408 * SMT_BUF (0x80) SMT buffer
1431 * smc - A pointer to the SMT context struct.
1435 * flag - Indicates the DMA transfer direction / SMT buffer:
1438 * SMT_BUF (0x80) SMT buffer (managed by HWM)
1445 /* For TX buffers, there are two cases. If it is an SMT transmit in dma_complete()
1480 * smc - A pointer to the SMT context struct.
1536 * in a receive buffer. Also the SMT, NSA, and directed beacon frames
1544 * smc - A pointer to the SMT context struct.
1663 * buffer was filled with an invalid frame or an SMT frame.
1665 * smc - A pointer to the SMT context struct.
1746 * smc - A pointer to the SMT context struct.
1809 * smc - A pointer to the SMT context struct.
1852 * The hardware module calls this routine when an SMT or NSA frame of the
1853 * local SMT should be delivered to the LLC layer.
1856 * copy the contents of SMT MBufs into receive buffers.
1861 * smc - A pointer to the SMT context struct.
1882 // "Received" a SMT or NSA frame of the local SMT. in mac_drv_rx_init()
1885 pr_debug("fddi: Discard invalid local SMT frame\n"); in mac_drv_rx_init()
1892 pr_debug("fddi: Local SMT: skb memory exhausted.\n"); in mac_drv_rx_init()
1911 * This routine is called periodically by the SMT module to clean up the
1917 * smc - A pointer to the SMT context struct.
1933 * smc - A pointer to the SMT context struct.
2006 * smc - A pointer to the SMT context struct.
2040 * smc - A pointer to the SMT context struct.
2098 * smc - A pointer to the SMT context struct.
2153 * smc - A pointer to the SMT context struct.
2206 * This function is called by the SMT when it has detected a severe
2210 * smc - A pointer to the SMT context struct.