Home
last modified time | relevance | path

Searched refs:SMbuf (Results 1 – 9 of 9) sorted by relevance

/drivers/net/fddi/skfp/h/
Dhwmtm.h108 SMbuf mb[MAX_MBUF] ; /* mbuf pool */
110 SMbuf *mb_start ; /* points to the first mb */
111 SMbuf *mb_free ; /* free queue */
136 SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */
137 SMbuf *llc_rx_tail ; /* points to the last queued llc fr */
140 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */
141 SMbuf *txd_tx_tail ; /* points to last mb in the txd ring */
153 SMbuf *tx_mb ; /* SMT tx MBuf pointer */
Dmbuf.h29 #define SMbuf Mbuf macro
44 typedef struct s_mbuf SMbuf ; typedef
Dcmtdef.h484 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
486 SMbuf *smt_get_mbuf(struct s_smc *smc); /* drvsr.c */
517 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs);
526 void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc);
527 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb);
574 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local);
575 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local);
619 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
Dsba.h134 SMbuf *sba_reply_pend ; /* local reply for the sba is pending */
/drivers/net/fddi/skfp/
Dhwmtm.c49 static SMbuf *mb_start = 0 ;
50 static SMbuf *mb_free = 0 ;
78 static void queue_llc_rx(struct s_smc *smc, SMbuf *mb);
79 static void smt_to_llc(struct s_smc *smc, SMbuf *mb);
82 static void queue_txd_mb(struct s_smc *smc, SMbuf *mb);
87 static SMbuf* get_llc_rx(struct s_smc *smc);
88 static SMbuf* get_txd_mb(struct s_smc *smc);
141 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb);
158 SMbuf* smt_get_mbuf(struct s_smc *smc);
190 MAX_MBUF*sizeof(SMbuf))
[all …]
Dess.c87 static void ess_send_frame(struct s_smc *smc, SMbuf *mb);
103 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
117 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, in ess_raf_received_pack()
122 SMbuf *db ; in ess_raf_received_pack()
478 SMbuf *mb ; in ess_send_response()
556 SMbuf *mb ; in ess_send_alc_req()
661 static void ess_send_frame(struct s_smc *smc, SMbuf *mb) in ess_send_frame()
Dsmt.c67 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
81 static void smt_add_frame_len(SMbuf *mb, int len);
469 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
833 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame()
856 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf()
862 SMbuf *mb ; in smt_send_rdf()
941 SMbuf *mb ; in smt_send_nif()
1008 SMbuf *mb ; in smt_send_ecf()
1031 SMbuf *mb ; in smt_send_sif_config()
1064 SMbuf *mb ; in smt_send_sif_operation()
[all …]
Dpmf.c43 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
281 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) in smt_pmf_received_pack()
284 SMbuf *reply ; in smt_pmf_received_pack()
311 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
314 SMbuf *mb ; in smt_build_pmf_response()
Dsrf.c377 SMbuf *mb ; in smt_send_srf()