Home
last modified time | relevance | path

Searched refs:csio_ln_dbg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.c314 csio_ln_dbg(ln, in csio_confirm_rnode()
385 csio_ln_dbg(ln, in csio_confirm_rnode()
393 csio_ln_dbg(ln, in csio_confirm_rnode()
623 csio_ln_dbg(ln, in csio_rns_uninit()
629 csio_ln_dbg(ln, in csio_rns_uninit()
654 csio_ln_dbg(ln, in csio_rns_ready()
713 csio_ln_dbg(ln, in csio_rns_ready()
750 csio_ln_dbg(ln, in csio_rns_offline()
772 csio_ln_dbg(ln, in csio_rns_offline()
820 csio_ln_dbg(ln, in csio_rns_disappeared()
[all …]
H A Dcsio_lnode.c393 csio_ln_dbg(ln, "Failed to issue fdmi rpa req\n"); in csio_ln_fdmi_rhba_cbfn()
1149 csio_ln_dbg(ln, in csio_lns_uninit()
1199 csio_ln_dbg(ln, in csio_lns_online()
1225 csio_ln_dbg(ln, in csio_lns_ready()
1273 csio_ln_dbg(ln, in csio_lns_ready()
1326 csio_ln_dbg(ln, in csio_lns_offline()
1338 csio_ln_dbg(ln, in csio_lns_offline()
1565 csio_ln_dbg(ln, in csio_fcoe_fwevt_handler()
1580 csio_ln_dbg(ln, in csio_fcoe_fwevt_handler()
1646 csio_ln_dbg(ln, "stopping ln :%p\n", ln); in csio_lnode_stop()
[all …]
H A Dcsio_attr.c108 csio_ln_dbg(ln, "Remote port x%x role 0x%x registered\n", in csio_reg_rnode()
130 csio_ln_dbg(ln, "Remote port x%x un-registered\n", rn->nport_id); in csio_unreg_rnode()
478 csio_ln_dbg(ln, "FCOE VNPI: 0x%x\n", ln->vnp_flowid); in csio_fcoe_alloc_vnp()
479 csio_ln_dbg(ln, "\tWWNN: %x%x%x%x%x%x%x%x\n", in csio_fcoe_alloc_vnp()
484 csio_ln_dbg(ln, "\tWWPN: %x%x%x%x%x%x%x%x\n", in csio_fcoe_alloc_vnp()
697 csio_ln_dbg(ln, "devloss timeout on rnode:%p portid:x%x flowid:x%x\n", in csio_dev_loss_tmo_callbk()
H A Dcsio_lnode.h203 #define csio_ln_dbg(_ln, _fmt, ...) \ macro