HomeSort by: relevance | last modified time | path
    Searched defs:cpl_handlers (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.c 1087 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS]; variable in typeref:typename:cpl_handler_func[]
1097 cpl_handlers[opcode] = h ? h : do_bad_cpl;
1112 int ret = cpl_handlers[opcode] (dev, m0);
1512 cpl_handlers[i] = do_bad_cpl;

Completed in 12 milliseconds