Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h489 struct bnx2fc_priv { struct
493 static inline struct bnx2fc_priv *bnx2fc_priv(struct scsi_cmnd *cmd) in bnx2fc_priv() argument
H A Dbnx2fc_io.c207 bnx2fc_priv(sc_cmd)->io_req = NULL; in bnx2fc_scsi_done()
1151 io_req = bnx2fc_priv(sc_cmd)->io_req; in bnx2fc_eh_abort()
1578 if (!bnx2fc_priv(sc_cmd)->io_req) { in bnx2fc_process_tm_compl()
1604 bnx2fc_priv(sc_cmd)->io_req = NULL; in bnx2fc_process_tm_compl()
1946 if (!bnx2fc_priv(sc_cmd)->io_req) { in bnx2fc_process_scsi_cmd_compl()
2018 bnx2fc_priv(sc_cmd)->io_req = NULL; in bnx2fc_process_scsi_cmd_compl()
2043 bnx2fc_priv(sc_cmd)->io_req = io_req; in bnx2fc_post_io_req()
H A Dbnx2fc_fcoe.c2964 .cmd_size = sizeof(struct bnx2fc_priv),