Home
last modified time | relevance | path

Searched refs:BnxeLogWarn (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c41 BnxeLogWarn((pUM), "FCoE not supported on this device!"); \
46 BnxeLogWarn((pUM), "FCoE client not bound!"); \
72 BnxeLogWarn(pUM, "Invalid FCoE CQE"); in BnxeFcoeCqeIndicate()
135 BnxeLogWarn(pUM, "Invalid FCoE Init WQE"); in BnxeFcoeInitWqeWork()
142 BnxeLogWarn(pUM, "ERROR: Invalid FCoE HSI major version (L5=%d vs FW=%d)", in BnxeFcoeInitWqeWork()
154 BnxeLogWarn(pUM, "Failed to post FCoE Init WQE"); in BnxeFcoeInitWqeWork()
261 BnxeLogWarn(pUM, "Invalid FCoE Offload Conn WQE"); in BnxeFcoeOffloadConnWqeWork()
269 BnxeLogWarn(pUM, "Failed to allocate memory for FCoE state"); in BnxeFcoeOffloadConnWqeWork()
283 BnxeLogWarn(pUM, "Failed to initialize FCoE state"); in BnxeFcoeOffloadConnWqeWork()
417 BnxeLogWarn(pUM, "Invalid FCoE Enable Conn WQE"); in BnxeFcoeEnableConnWqeWork()
[all …]
H A Dbnxe_hw.c54 BnxeLogWarn(pUM, "testing dma block %p / %p %d", in BnxeVerifySavedDmaList()
115 BnxeLogWarn(pUM, "Failed to enable RSS from pending operation (%d)", rc); in BnxeRssEnable()
121 BnxeLogWarn(pUM, "Failed to enable RSS (%d)", rc); in BnxeRssEnable()
139 BnxeLogWarn(pUM, "Failed to disable RSS from pending operation (%d)", rc); in BnxeRssDisable()
145 BnxeLogWarn(pUM, "Failed to disable RSS (%d)", rc); in BnxeRssDisable()
201 BnxeLogWarn(pUM, "Unexpected number of phys, check nvram config! (%d)", in BnxeHwReqPhyMediumSettings()
427 BnxeLogWarn(pUM, "Phy 10hdx requested but not supported"); in BnxeHwReqPhyMediumSettings()
446 BnxeLogWarn(pUM, "Phy 10fdx requested but not supported"); in BnxeHwReqPhyMediumSettings()
465 BnxeLogWarn(pUM, "Phy 100hdx requested but not supported"); in BnxeHwReqPhyMediumSettings()
484 BnxeLogWarn(pUM, "Phy 100fdx requested but not supported"); in BnxeHwReqPhyMediumSettings()
[all …]
H A Dbnxe_main.c180 BnxeLogWarn(pUM, "Failed to setup PCI config"); in BnxePciInit()
527 BnxeLogWarn(pUM, "Failed to get device information"); in BnxeAttachDevice()
596 BnxeLogWarn(pUM, "Failed to create device minor node."); in BnxeAttachDevice()
616 BnxeLogWarn(pUM, "Failed to create device instance minor node."); in BnxeAttachDevice()
799 BnxeLogWarn(NULL, "failed to allocate device structure"); in BnxeAttach()
849 BnxeLogWarn(NULL, "%s: dev_info_t match failed", __func__); in BnxeAttach()
855 BnxeLogWarn(pUM, "Fail to resume this device!"); in BnxeAttach()
881 BnxeLogWarn(NULL, "%s: dev_info_t match failed", __func__); in BnxeDetach()
887 BnxeLogWarn(pUM, "Detaching a device that is currently running!"); in BnxeDetach()
893 BnxeLogWarn(pUM, "Can't detach it now, please try again later!"); in BnxeDetach()
[all …]
H A Dbnxe_intr.c116 BnxeLogWarn(pUM, "Failed to find DMA handle for RSS status block %d", idx); in BnxeFindDmaHandles()
138 BnxeLogWarn(pUM, "Failed to find DMA handle for default status block"); in BnxeFindDmaHandles()
834 BnxeLogWarn(pUM, "Memory alloc failed for isr handle block (inum=%d)!", in BnxeIntrBlockAlloc()
847 BnxeLogWarn(pUM, "Failed to allocate isr handle block (%d) (inum=%d cnt=%d)!", in BnxeIntrBlockAlloc()
888 BnxeLogWarn(pUM, "Failed to allocate desired isr count (%d/%d)!", in BnxeIntrBlockAlloc()
913 BnxeLogWarn(pUM, "Failed to get isr capability (%d)!", rc); in BnxeIntrBlockAlloc()
920 BnxeLogWarn(pUM, "Failed to get isr priority (%d)!", rc); in BnxeIntrBlockAlloc()
926 BnxeLogWarn(pUM, "Interrupt priority is too high!"); in BnxeIntrBlockAlloc()
985 BnxeLogWarn(pUM, "Failed to add the MSIX default isr handler (%d)", rc); in BnxeIntrAddHandlers()
998 BnxeLogWarn(pUM, "Failed to add the MSIX RSS isr handler %d (%d)", in BnxeIntrAddHandlers()
[all …]
H A Dbnxe_workq.c80 BnxeLogWarn(pUM, "Failed to create the workqs instq"); in BnxeWorkQueueInit()
99 BnxeLogWarn(pUM, "Failed to create the workqs delayq"); in BnxeWorkQueueInit()
129 BnxeLogWarn(pUM, "Work item is NULL!"); in BnxeWorkQueueDispatch()
138 BnxeLogWarn(pUM, "Work item callback is NULL!"); in BnxeWorkQueueDispatch()
196 BnxeLogWarn(pUM, "Triggering WorkQs and chip not started!"); in BnxeWorkQueueStartPending()
230 BnxeLogWarn(pUM, "Failed to allocate memory for work item!"); in BnxeWorkQueueAdd()
270 BnxeLogWarn(pUM, "Failed to allocate memory for work item!"); in BnxeWorkQueueAddNoCopy()
307 BnxeLogWarn(pUM, "Failed to allocate memory for work item!"); in BnxeWorkQueueAddGeneric()
348 BnxeLogWarn(pUM, "Failed to allocate memory for work item!"); in BnxeWorkQueueAddDelay()
389 BnxeLogWarn(pUM, "Failed to allocate memory for work item!"); in BnxeWorkQueueAddDelayNoCopy()
[all …]
H A Dbnxe_rx.c155 BnxeLogWarn(NULL, "ERROR freeing packet - UM is invalid! (%p)", pRxPkt); in BnxeRxPktFree()
226 BnxeLogWarn(pUM, "%d packets still held by FCoE (chain %d)!", in BnxeWaitForPacketsFromClient()
255 BnxeLogWarn(pUM, "%d packets still held by the stack (chain %d)!", in BnxeWaitForPacketsFromClient()
264 BnxeLogWarn(pUM, "ERROR: Invalid cliIdx for BnxeWaitForPacketsFromClient (%d)", cliIdx); in BnxeWaitForPacketsFromClient()
631 BnxeLogWarn(pUM, "ERROR: Invalid cliIdx for BnxeRxPktsAbort (%d)", cliIdx); in BnxeRxPktsAbort()
652 BnxeLogWarn(pUM, "Failed to alloc DMA handle for rx buffer"); in BnxeRxBufAlloc()
668 BnxeLogWarn(pUM, "Failed to alloc DMA memory for rx buffer"); in BnxeRxBufAlloc()
683 BnxeLogWarn(pUM, "Failed to bind DMA address for rx buffer"); in BnxeRxBufAlloc()
729 BnxeLogWarn(pUM, "ERROR: Invalid cliIdx for BnxeRxPktsInit (%d)", cliIdx); in BnxeRxPktsInitPostBuffers()
766 BnxeLogWarn(pUM, "Failed to alloc an rx packet descriptor!!!"); in BnxeRxPktsInitIdx()
[all …]
H A Dbnxe_mm.c365 BnxeLogWarn(pUM, "BAR %d at offset %d and size %d is already being used!", in mm_map_io_base()
372 BnxeLogWarn(pUM, "Memory allocation for BAR %d at offset %d and size %d failed!", in mm_map_io_base()
385 BnxeLogWarn(pUM, "Failed to memory map device (BAR=%d, offset=%d, size=%d) (%d)", in mm_map_io_base()
426 BnxeLogWarn(pUM, "BAR %d at offset %d and size %d is already being used!", in mm_map_io_space_solaris()
433 BnxeLogWarn(pUM, "Memory allocation for BAR %d at offset %d and size %d failed!", in mm_map_io_space_solaris()
446 BnxeLogWarn(pUM, "Failed to memory map device (BAR=%d, offset=%d, size=%d) (%d)", in mm_map_io_space_solaris()
521 BnxeLogWarn(pUM, "Failed to allocate memory"); in mm_alloc_mem_imp()
610 BnxeLogWarn(pUM, "Failed to alloc DMA handle"); in mm_alloc_phys_mem_align_imp()
625 BnxeLogWarn(pUM, "Failed to alloc DMA memory"); in mm_alloc_phys_mem_align_imp()
641 BnxeLogWarn(pUM, "Failed to bind DMA address"); in mm_alloc_phys_mem_align_imp()
[all …]
H A Dbnxe_tx.c337 BnxeLogWarn(pUM, "Failed to bind DMA address for tx packet (%d)", rc); in BnxeTxPktMapFrag()
546 BnxeLogWarn(pUM, "(%d) Failed to dma sync tx copy (%p / %d)", in BnxeTxPktCopy()
673 BnxeLogWarn(pUM, "Invalid initial segment size in packet!"); in BnxeGetHdrInfo()
991 BnxeLogWarn(pUM, "WAIT TX DESCQ %lu %d %d", in BnxeTxSendMblk()
1086 BnxeLogWarn(pUM, "ERROR: Invalid cliIdx for BnxeTxPktsAbort (%d)", cliIdx); in BnxeTxPktsAbort()
1114 BnxeLogWarn(pUM, "Failed to alloc DMA handle for Tx Desc (%d)", rc); in BnxeTxPktAlloc()
1129 BnxeLogWarn(pUM, "Failed to alloc DMA memory for Tx Desc (%d)", rc); in BnxeTxPktAlloc()
1145 BnxeLogWarn(pUM, "Failed to bind DMA address for Tx Desc (%d)", rc); in BnxeTxPktAlloc()
1163 BnxeLogWarn(pUM, "Failed to alloc DMA handles for Tx Pkt %d (%d)", in BnxeTxPktAlloc()
1222BnxeLogWarn(pUM, "Failed to allocate all Tx Descs for LSO (%d/%d allocated), LSO is disabled", in BnxeTxPktsInitIdx()
[all …]
H A Dbnxe_gld.c678 BnxeLogWarn(pUM, "Cannot program a mcast/bcast address as a MAC Address."); in BnxeRxRingGroupAddMac()
737 BnxeLogWarn(pUM, "Deleting MAC address that doesn't match default"); in BnxeRxRingGroupRemMac()
818 BnxeLogWarn(pUM, "Cannot program a mcast/bcast address as a MAC Address."); in BnxeMacUnicast()
940 BnxeLogWarn(pUM, "Invalid register offset for GIOCBNXEREG ioctl"); in BnxeReadReg()
955 BnxeLogWarn(pUM, "Invalid register offset for SIOCBNXEREG ioctl"); in BnxeWriteReg()
970 BnxeLogWarn(pUM, "Invalid register offset for GIOCBNXENVRM ioctl"); in BnxeReadNvm()
992 BnxeLogWarn(pUM, "Invalid register offset for SIOCBNXENVRM ioctl"); in BnxeWriteNvm()
1519 BnxeLogWarn(pUM, "Polling on ring %d when NOT in poll mode!", idx); in BnxeRxRingPoll()
3011 BnxeLogWarn(pUM, "Failed to allocate GLD MAC memory"); in BnxeGldInit()
3044 BnxeLogWarn(pUM, "Failed to register with GLD (%d)", rc); in BnxeGldInit()
[all …]
H A Dbnxe_debug.h134 void BnxeLogWarn(void * pDev, char * pFmt, ...);
H A Dbnxe_debug.c168 void BnxeLogWarn(void * pDev, in BnxeLogWarn() function
H A Dbnxe_kstat.c1695 BnxeLogWarn(pUM, "Failed to create rxq%d kstat", idx); in BnxeKstatInitRxQ()
1771 BnxeLogWarn(pUM, "Failed to create txq%d kstat", idx); in BnxeKstatInitTxQ()
1843 BnxeLogWarn(pUM, "Failed to create kstat"); in BnxeKstatInit()
1902 BnxeLogWarn(pUM, "Failed to create link kstat"); in BnxeKstatInit()
1933 BnxeLogWarn(pUM, "Failed to create intr kstat"); in BnxeKstatInit()
2028 BnxeLogWarn(pUM, "Failed to create l2chip kstat"); in BnxeKstatInit()
2118 BnxeLogWarn(pUM, "Failed to create l2driver kstat"); in BnxeKstatInit()
2149 BnxeLogWarn(pUM, "Failed to create l2stats kstat"); in BnxeKstatInit()
2208 BnxeLogWarn(pUM, "Failed to create fcoe kstat"); in BnxeKstatInit()
2283 BnxeLogWarn(pUM, "Failed to create dcbx kstat"); in BnxeKstatInit()