Home
last modified time | relevance | path

Searched refs:bnx2fc_els_cb_arg (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_els.c23 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
24 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec);
26 static void bnx2fc_rrq_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_rrq_compl()
64 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_rrq()
74 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_NOIO); in bnx2fc_send_rrq()
113 static void bnx2fc_l2_els_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_l2_els_compl()
177 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_adisc()
183 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_adisc()
205 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_logo()
211 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_logo()
[all …]
Dbnx2fc.h402 struct bnx2fc_els_cb_arg { struct
429 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); argument
430 struct bnx2fc_els_cb_arg *cb_arg;
Dbnx2fc_io.c964 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_initiate_seq_cleanup()
977 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_initiate_seq_cleanup()
1306 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; in bnx2fc_process_seq_cleanup_compl()