Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1927 static cxgb4i_cplhandler_func cxgb4i_cplhandlers[NUM_CPL_CMDS] = { variable
2341 if (opc >= ARRAY_SIZE(cxgb4i_cplhandlers) || !cxgb4i_cplhandlers[opc]) { in t4_uld_rx_handler()
2345 cxgb4i_cplhandlers[opc](cdev, skb); in t4_uld_rx_handler()