HomeSort by relevance Sort by last modified time
    Searched refs:log_cq_size (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h 1810 pseudo_bit_t log_cq_size[0x00005]; \/* Log (base 2) of the CQ size (in entries) *\/ member in struct:arbelprm_resize_cq_st
2678 pseudo_bit_t log_cq_size[0x00005]; \/* Log (base 2) of the CQ size (in entries). member in struct:arbelprm_completion_queue_context_st
    [all...]
MT25408_PRM.h 1688 pseudo_bit_t log_cq_size[0x00005]; \/* Log (base 2) of the CQ size (in entries) *\/ member in struct:hermonprm_resize_cq_st
2500 pseudo_bit_t log_cq_size[0x00005]; \/* Log (base 2) of the CQ size (in entries). member in struct:hermonprm_completion_queue_context_st
    [all...]
arbel.c 609 log_cq_size, fls ( cq->num_cqes - 1 ) );
    [all...]
hermon.c 756 log_cq_size, fls ( cq->num_cqes - 1 ) );
    [all...]

Completed in 50 milliseconds