Searched refs:SMbuf (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/h/
H A Dmbuf.h29 #define SMbuf Mbuf macro
44 typedef struct s_mbuf SMbuf ; typedef in typeref:struct:s_mbuf
H A Dhwmtm.h108 SMbuf mb[MAX_MBUF] ; /* mbuf pool */
110 SMbuf *mb_start ; /* points to the first mb */
111 SMbuf *mb_free ; /* free queue */
119 char *mb_pos ; /* SMbuf receive position */
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 */
H A Dsba.h134 SMbuf *sba_reply_pend ; /* local reply for the sba is pending */
H A 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dmbuf.h29 #define SMbuf Mbuf macro
44 typedef struct s_mbuf SMbuf ; typedef in typeref:struct:s_mbuf
H A Dhwmtm.h108 SMbuf mb[MAX_MBUF] ; /* mbuf pool */
110 SMbuf *mb_start ; /* points to the first mb */
111 SMbuf *mb_free ; /* free queue */
119 char *mb_pos ; /* SMbuf receive position */
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 */
H A Dsba.h134 SMbuf *sba_reply_pend ; /* local reply for the sba is pending */
H A 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A 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...]
H A 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,
122 SMbuf *db ;
478 SMbuf *mb ;
556 SMbuf *mb ;
661 static void ess_send_frame(struct s_smc *smc, SMbuf *mb)
H A Dsmt.c32 * FC in SMbuf
67 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)
826 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local)
827 /* SMbuf *mb; buffer to send */
849 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
851 /* SMbuf *rej; mbuf of offending frame */
855 SMbuf *mb ;
934 SMbuf *m
[all...]
H A 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)
284 SMbuf *reply ;
311 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
314 SMbuf *mb ;
H A Dsrf.c377 SMbuf *mb ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A 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...]
H A 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,
122 SMbuf *db ;
478 SMbuf *mb ;
556 SMbuf *mb ;
661 static void ess_send_frame(struct s_smc *smc, SMbuf *mb)
H A Dsmt.c32 * FC in SMbuf
67 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)
826 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local)
827 /* SMbuf *mb; buffer to send */
849 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason,
851 /* SMbuf *rej; mbuf of offending frame */
855 SMbuf *mb ;
934 SMbuf *m
[all...]
H A 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)
284 SMbuf *reply ;
311 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
314 SMbuf *mb ;
H A Dsrf.c377 SMbuf *mb ;

Completed in 146 milliseconds