Searched refs:SMbuf (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/fddi/skfp/h/ |
D | hwmtm.h | 95 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 */
|
D | mbuf.h | 25 #define SMbuf Mbuf macro 40 typedef struct s_mbuf SMbuf ; typedef
|
D | cmtdef.h | 485 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,
|
D | sba.h | 130 SMbuf *sba_reply_pend ; /* local reply for the sba is pending */
|
/linux-5.19.10/drivers/net/fddi/skfp/ |
D | hwmtm.c | 41 static SMbuf *mb_start; 42 static SMbuf *mb_free; 70 static void queue_llc_rx(struct s_smc *smc, SMbuf *mb); 71 static void smt_to_llc(struct s_smc *smc, SMbuf *mb); 74 static void queue_txd_mb(struct s_smc *smc, SMbuf *mb); 79 static SMbuf* get_llc_rx(struct s_smc *smc); 80 static SMbuf* get_txd_mb(struct s_smc *smc); 133 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb); 150 SMbuf* smt_get_mbuf(struct s_smc *smc); 182 MAX_MBUF*sizeof(SMbuf)) [all …]
|
D | ess.c | 82 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()
|
D | smt.c | 58 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, 72 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() 824 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame() 847 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf() 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() [all …]
|
D | pmf.c | 35 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()
|
D | srf.c | 366 SMbuf *mb ; in smt_send_srf()
|