Lines Matching refs:bnx2fc_els_cb_arg

24 			void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
25 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec);
27 static void bnx2fc_rrq_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_rrq_compl()
65 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_rrq()
75 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_NOIO); in bnx2fc_send_rrq()
114 static void bnx2fc_l2_els_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_l2_els_compl()
178 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_adisc()
184 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_adisc()
206 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_logo()
212 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_logo()
234 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_rls()
240 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_rls()
257 void bnx2fc_srr_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_srr_compl()
367 void bnx2fc_rec_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_rec_compl()
579 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_rec()
587 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_rec()
621 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_srr()
628 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_srr()
664 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), in bnx2fc_initiate_els()
665 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec) in bnx2fc_initiate_els()