Home
last modified time | relevance | path

Searched refs:reg_congestion_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_init.c13659 struct lpfc_mbx_reg_congestion_buf *reg_congestion_buf; in __lpfc_reg_congestion_buf() local
13682 reg_congestion_buf = &mboxq->u.mqe.un.reg_congestion_buf; in __lpfc_reg_congestion_buf()
13683 bf_set(lpfc_mbx_reg_cgn_buf_type, reg_congestion_buf, 1); in __lpfc_reg_congestion_buf()
13685 bf_set(lpfc_mbx_reg_cgn_buf_cnt, reg_congestion_buf, 1); in __lpfc_reg_congestion_buf()
13687 bf_set(lpfc_mbx_reg_cgn_buf_cnt, reg_congestion_buf, 0); in __lpfc_reg_congestion_buf()
13688 reg_congestion_buf->length = sizeof(struct lpfc_cgn_info); in __lpfc_reg_congestion_buf()
13689 reg_congestion_buf->addr_lo = in __lpfc_reg_congestion_buf()
13691 reg_congestion_buf->addr_hi = in __lpfc_reg_congestion_buf()
Dlpfc_hw4.h4017 struct lpfc_mbx_reg_congestion_buf reg_congestion_buf; member