Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1926 static cxgb4i_cplhandler_func cxgb4i_cplhandlers[NUM_CPL_CMDS] = { variable
2340 if (opc >= ARRAY_SIZE(cxgb4i_cplhandlers) || !cxgb4i_cplhandlers[opc]) { in t4_uld_rx_handler()
2344 cxgb4i_cplhandlers[opc](cdev, skb); in t4_uld_rx_handler()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds