SMbuf 83 drivers/net/fddi/skfp/ess.c static void ess_send_frame(struct s_smc *smc, SMbuf *mb); SMbuf 99 drivers/net/fddi/skfp/ess.c int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, SMbuf 113 drivers/net/fddi/skfp/ess.c int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, SMbuf 118 drivers/net/fddi/skfp/ess.c SMbuf *db ; SMbuf 476 drivers/net/fddi/skfp/ess.c SMbuf *mb ; SMbuf 554 drivers/net/fddi/skfp/ess.c SMbuf *mb ; SMbuf 659 drivers/net/fddi/skfp/ess.c static void ess_send_frame(struct s_smc *smc, SMbuf *mb) SMbuf 485 drivers/net/fddi/skfp/h/cmtdef.h SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, SMbuf 487 drivers/net/fddi/skfp/h/cmtdef.h SMbuf *smt_get_mbuf(struct s_smc *smc); /* drvsr.c */ SMbuf 517 drivers/net/fddi/skfp/h/cmtdef.h void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs); SMbuf 526 drivers/net/fddi/skfp/h/cmtdef.h void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc); SMbuf 527 drivers/net/fddi/skfp/h/cmtdef.h void smt_free_mbuf(struct s_smc *smc, SMbuf *mb); SMbuf 574 drivers/net/fddi/skfp/h/cmtdef.h void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local); SMbuf 575 drivers/net/fddi/skfp/h/cmtdef.h void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local); SMbuf 619 drivers/net/fddi/skfp/h/cmtdef.h int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, SMbuf 95 drivers/net/fddi/skfp/h/hwmtm.h SMbuf mb[MAX_MBUF] ; /* mbuf pool */ SMbuf 97 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *mb_start ; /* points to the first mb */ SMbuf 98 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *mb_free ; /* free queue */ SMbuf 123 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */ SMbuf 124 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *llc_rx_tail ; /* points to the last queued llc fr */ SMbuf 127 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */ SMbuf 128 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *txd_tx_tail ; /* points to last mb in the txd ring */ SMbuf 140 drivers/net/fddi/skfp/h/hwmtm.h SMbuf *tx_mb ; /* SMT tx MBuf pointer */ SMbuf 130 drivers/net/fddi/skfp/h/sba.h SMbuf *sba_reply_pend ; /* local reply for the sba is pending */ SMbuf 45 drivers/net/fddi/skfp/hwmtm.c static SMbuf *mb_start = 0 ; SMbuf 46 drivers/net/fddi/skfp/hwmtm.c static SMbuf *mb_free = 0 ; SMbuf 74 drivers/net/fddi/skfp/hwmtm.c static void queue_llc_rx(struct s_smc *smc, SMbuf *mb); SMbuf 75 drivers/net/fddi/skfp/hwmtm.c static void smt_to_llc(struct s_smc *smc, SMbuf *mb); SMbuf 78 drivers/net/fddi/skfp/hwmtm.c static void queue_txd_mb(struct s_smc *smc, SMbuf *mb); SMbuf 83 drivers/net/fddi/skfp/hwmtm.c static SMbuf* get_llc_rx(struct s_smc *smc); SMbuf 84 drivers/net/fddi/skfp/hwmtm.c static SMbuf* get_txd_mb(struct s_smc *smc); SMbuf 137 drivers/net/fddi/skfp/hwmtm.c void smt_free_mbuf(struct s_smc *smc, SMbuf *mb); SMbuf 154 drivers/net/fddi/skfp/hwmtm.c SMbuf* smt_get_mbuf(struct s_smc *smc); SMbuf 186 drivers/net/fddi/skfp/hwmtm.c MAX_MBUF*sizeof(SMbuf)) SMbuf 277 drivers/net/fddi/skfp/hwmtm.c smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; SMbuf 280 drivers/net/fddi/skfp/hwmtm.c if (!(smc->os.hwm.mbuf_pool.mb_start = (SMbuf *) mac_drv_get_space(smc, SMbuf 281 drivers/net/fddi/skfp/hwmtm.c MAX_MBUF*sizeof(SMbuf)))) { SMbuf 286 drivers/net/fddi/skfp/hwmtm.c if (!(mb_start = (SMbuf *) mac_drv_get_space(smc, SMbuf 287 drivers/net/fddi/skfp/hwmtm.c MAX_MBUF*sizeof(SMbuf)))) { SMbuf 420 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 431 drivers/net/fddi/skfp/hwmtm.c smc->os.hwm.mbuf_pool.mb_free = (SMbuf *)NULL ; SMbuf 453 drivers/net/fddi/skfp/hwmtm.c smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; SMbuf 482 drivers/net/fddi/skfp/hwmtm.c SMbuf *smt_get_mbuf(struct s_smc *smc) SMbuf 484 drivers/net/fddi/skfp/hwmtm.c register SMbuf *mb ; SMbuf 504 drivers/net/fddi/skfp/hwmtm.c void smt_free_mbuf(struct s_smc *smc, SMbuf *mb) SMbuf 709 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 1051 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 1376 drivers/net/fddi/skfp/hwmtm.c static void smt_to_llc(struct s_smc *smc, SMbuf *mb) SMbuf 1730 drivers/net/fddi/skfp/hwmtm.c static void queue_llc_rx(struct s_smc *smc, SMbuf *mb) SMbuf 1734 drivers/net/fddi/skfp/hwmtm.c mb->sm_next = (SMbuf *)NULL ; SMbuf 1754 drivers/net/fddi/skfp/hwmtm.c static SMbuf *get_llc_rx(struct s_smc *smc) SMbuf 1756 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 1770 drivers/net/fddi/skfp/hwmtm.c static void queue_txd_mb(struct s_smc *smc, SMbuf *mb) SMbuf 1774 drivers/net/fddi/skfp/hwmtm.c mb->sm_next = (SMbuf *)NULL ; SMbuf 1787 drivers/net/fddi/skfp/hwmtm.c static SMbuf *get_txd_mb(struct s_smc *smc) SMbuf 1789 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 1802 drivers/net/fddi/skfp/hwmtm.c void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) SMbuf 1942 drivers/net/fddi/skfp/hwmtm.c SMbuf *mb ; SMbuf 39 drivers/net/fddi/skfp/pmf.c static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, SMbuf 277 drivers/net/fddi/skfp/pmf.c void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) SMbuf 280 drivers/net/fddi/skfp/pmf.c SMbuf *reply ; SMbuf 307 drivers/net/fddi/skfp/pmf.c static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, SMbuf 310 drivers/net/fddi/skfp/pmf.c SMbuf *mb ; SMbuf 62 drivers/net/fddi/skfp/smt.c static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, SMbuf 76 drivers/net/fddi/skfp/smt.c static void smt_add_frame_len(SMbuf *mb, int len); SMbuf 464 drivers/net/fddi/skfp/smt.c void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) SMbuf 828 drivers/net/fddi/skfp/smt.c void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) SMbuf 851 drivers/net/fddi/skfp/smt.c static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, SMbuf 857 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 936 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 1003 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 1026 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 1059 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 1101 drivers/net/fddi/skfp/smt.c SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, SMbuf 1104 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 1137 drivers/net/fddi/skfp/smt.c static void smt_add_frame_len(SMbuf *mb, int len) SMbuf 1699 drivers/net/fddi/skfp/smt.c SMbuf *mb ; SMbuf 371 drivers/net/fddi/skfp/srf.c SMbuf *mb ;