Searched refs:bnx2fc_els_cb_arg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 25 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), 26 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec); 28 static void bnx2fc_rrq_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_rrq_compl() 66 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_rrq() 83 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_NOIO); in bnx2fc_send_rrq() 122 static void bnx2fc_l2_els_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_l2_els_compl() 186 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_adisc() 192 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_adisc() 214 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_logo() 220 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMI in bnx2fc_send_logo() [all...] |
H A D | bnx2fc.h | 407 struct bnx2fc_els_cb_arg { struct 434 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); 435 struct bnx2fc_els_cb_arg *cb_arg;
|
H A D | bnx2fc_io.c | 939 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_initiate_seq_cleanup() 951 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_initiate_seq_cleanup() 1290 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; in bnx2fc_process_seq_cleanup_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 25 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), 26 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec); 28 static void bnx2fc_rrq_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_rrq_compl() 66 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_send_rrq() 83 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_NOIO); in bnx2fc_send_rrq() 122 static void bnx2fc_l2_els_compl(struct bnx2fc_els_cb_arg *cb_arg) in bnx2fc_l2_els_compl() 186 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_adisc() 192 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_send_adisc() 214 struct bnx2fc_els_cb_arg *cb_arg; in bnx2fc_send_logo() 220 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMI in bnx2fc_send_logo() [all...] |
H A D | bnx2fc.h | 404 struct bnx2fc_els_cb_arg { struct 431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); 432 struct bnx2fc_els_cb_arg *cb_arg;
|
H A D | bnx2fc_io.c | 937 struct bnx2fc_els_cb_arg *cb_arg = NULL; in bnx2fc_initiate_seq_cleanup() 949 cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC); in bnx2fc_initiate_seq_cleanup() 1288 struct bnx2fc_els_cb_arg *cb_arg = seq_clnp_req->cb_arg; in bnx2fc_process_seq_cleanup_compl()
|
Completed in 9 milliseconds