Lines Matching refs:bfa
70 struct bfa_s *bfa); \
71 static void bfa_ ## __mod ## _attach(struct bfa_s *bfa, \
74 static void bfa_ ## __mod ## _detach(struct bfa_s *bfa); \
75 static void bfa_ ## __mod ## _start(struct bfa_s *bfa); \
76 static void bfa_ ## __mod ## _stop(struct bfa_s *bfa); \
77 static void bfa_ ## __mod ## _iocdisable(struct bfa_s *bfa); \
100 struct bfa_s *bfa);
101 void (*attach) (struct bfa_s *bfa, void *bfad,
104 void (*detach) (struct bfa_s *bfa);
105 void (*start) (struct bfa_s *bfa);
106 void (*stop) (struct bfa_s *bfa);
107 void (*iocdisable) (struct bfa_s *bfa);