Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_io.c426 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type) in bnx2fc_elstm_alloc() function
740 io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_TASK_MGMT_CMD); in bnx2fc_initiate_tmf()
892 abts_io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_ABTS); in bnx2fc_initiate_abts()
987 seq_clnp_req = bnx2fc_elstm_alloc(tgt, BNX2FC_SEQ_CLEANUP); in bnx2fc_initiate_seq_cleanup()
1047 cleanup_io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_CLEANUP); in bnx2fc_initiate_cleanup()
Dbnx2fc.h491 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type);
Dbnx2fc_els.c698 els_req = bnx2fc_elstm_alloc(tgt, BNX2FC_ELS); in bnx2fc_initiate_els()