Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dhwmtm.h95 SMbuf mb[MAX_MBUF] ; /* mbuf pool */
97 SMbuf *mb_start ; /* points to the first mb */
98 SMbuf *mb_free ; /* free queue */
123 SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */
124 SMbuf *llc_rx_tail ; /* points to the last queued llc fr */
127 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */
128 SMbuf *txd_tx_tail ; /* points to last mb in the txd ring */
140 SMbuf *tx_mb ; /* SMT tx MBuf pointer */
A Dmbuf.h25 #define SMbuf Mbuf macro
40 typedef struct s_mbuf SMbuf ; typedef
A Dcmtdef.h485 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
487 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,
A Dsba.h130 SMbuf *sba_reply_pend ; /* local reply for the sba is pending */
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dhwmtm.c41 static SMbuf *mb_start;
42 static SMbuf *mb_free;
182 MAX_MBUF*sizeof(SMbuf))
277 MAX_MBUF*sizeof(SMbuf)))) { in mac_drv_init()
416 SMbuf *mb ; in init_fddi_driver()
480 register SMbuf *mb ; in smt_get_mbuf()
705 SMbuf *mb ; in fddi_isr()
1047 SMbuf *mb ; in process_receive()
1752 SMbuf *mb ; in get_llc_rx()
1785 SMbuf *mb ; in get_txd_mb()
[all …]
A Dess.c82 static void ess_send_frame(struct s_smc *smc, SMbuf *mb);
98 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
112 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, in ess_raf_received_pack()
117 SMbuf *db ; in ess_raf_received_pack()
475 SMbuf *mb ; in ess_send_response()
553 SMbuf *mb ; in ess_send_alc_req()
658 static void ess_send_frame(struct s_smc *smc, SMbuf *mb) in ess_send_frame()
A Dsmt.c72 static void smt_add_frame_len(SMbuf *mb, int len);
460 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
853 SMbuf *mb ; in smt_send_rdf()
932 SMbuf *mb ; in smt_send_nif()
999 SMbuf *mb ; in smt_send_ecf()
1022 SMbuf *mb ; in smt_send_sif_config()
1055 SMbuf *mb ; in smt_send_sif_operation()
1097 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, in smt_build_frame()
1100 SMbuf *mb ; in smt_build_frame()
1133 static void smt_add_frame_len(SMbuf *mb, int len) in smt_add_frame_len()
[all …]
A Dpmf.c35 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
273 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) in smt_pmf_received_pack()
276 SMbuf *reply ; in smt_pmf_received_pack()
303 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
306 SMbuf *mb ; in smt_build_pmf_response()
A Dsrf.c366 SMbuf *mb ; in smt_send_srf()

Completed in 21 milliseconds