Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c44 #define ISER_MAX_CQ_LEN (ISER_MAX_RX_LEN + ISER_MAX_TX_LEN + \ macro
115 max_cqe = min(ISER_MAX_CQ_LEN, dev_attr->max_cqe); in iser_create_device_ib_res()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c38 #define ISER_MAX_CQ_LEN (ISER_MAX_RX_CQ_LEN + ISER_MAX_TX_CQ_LEN + \ macro
318 max_cqe = min(ISER_MAX_CQ_LEN, attr->max_cqe); in isert_alloc_comps()