Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc.h596 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, struct bnx2fc_cmd *io_req);
Dbnx2fc_io.c1892 if (bnx2fc_post_io_req(tgt, io_req)) { in bnx2fc_queuecommand()
2023 int bnx2fc_post_io_req(struct bnx2fc_rport *tgt, in bnx2fc_post_io_req() function
Dbnx2fc_els.c491 rc = bnx2fc_post_io_req(tgt, new_io_req); in bnx2fc_rec_compl()