Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/h/
Dhwmtm.h99 SMbuf mb[MAX_MBUF] ; /* mbuf pool */
101 SMbuf *mb_start ; /* points to the first mb */
102 SMbuf *mb_free ; /* free queue */
127 SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */
128 SMbuf *llc_rx_tail ; /* points to the last queued llc fr */
131 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */
132 SMbuf *txd_tx_tail ; /* points to last mb in the txd ring */
144 SMbuf *tx_mb ; /* SMT tx MBuf pointer */
Dmbuf.h29 #define SMbuf Mbuf macro
44 typedef struct s_mbuf SMbuf ; typedef
Dcmtdef.h489 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
491 SMbuf *smt_get_mbuf(struct s_smc *smc); /* drvsr.c */
522 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs);
531 void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc);
532 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb);
579 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local);
580 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local);
624 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 */
/Linux-v4.19/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()
480 SMbuf *mb ; in ess_send_response()
558 SMbuf *mb ; in ess_send_alc_req()
663 static void ess_send_frame(struct s_smc *smc, SMbuf *mb) in ess_send_frame()
Dsmt.c66 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
80 static void smt_add_frame_len(SMbuf *mb, int len);
468 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
832 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame()
855 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf()
861 SMbuf *mb ; in smt_send_rdf()
940 SMbuf *mb ; in smt_send_nif()
1007 SMbuf *mb ; in smt_send_ecf()
1030 SMbuf *mb ; in smt_send_sif_config()
1063 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.c375 SMbuf *mb ; in smt_send_srf()