Searched refs:new_sa_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_edif.h | 96 __le16 new_sa_info; member
|
H A D | qla_edif.c | 2830 "%s: %8phN comp status=%x old_sa_info=%x new_sa_info=%x lid %d, index=0x%x pkt_flags %xh hdl=%x\n", in qla28xx_sa_update_iocb_entry() 2831 __func__, sp->fcport->port_name, pkt->u.comp_sts, pkt->old_sa_info, pkt->new_sa_info, in qla28xx_sa_update_iocb_entry() 2858 * The new_sa_info field should be 0xffff on success in qla28xx_sa_update_iocb_entry() 2861 old_sa_deleted = (le16_to_cpu(pkt->new_sa_info) == 0xffff) ? 1 : 0; in qla28xx_sa_update_iocb_entry() 2884 pkt->new_sa_info, in qla28xx_sa_update_iocb_entry() 2902 "%s: %8phN SA update FAILED: sa_index: %d, new_sa_info %d, %02x%02x%02x\n", in qla28xx_sa_update_iocb_entry() 2903 __func__, sp->fcport->port_name, pkt->sa_index, pkt->new_sa_info, in qla28xx_sa_update_iocb_entry()
|
Completed in 6 milliseconds