Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Diwch_cm.c454 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in send_connect()
1221 req->opt0l = htonl(V_RCV_BUFSIZ(rcv_win>>10)); in listen_start()
1294 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in accept_cr()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h328 #define V_RCV_BUFSIZ(x) ((x) << S_RCV_BUFSIZ) macro
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c175 V_RCV_BUFSIZ(csk->rcv_win >> 10)); in send_act_open_req()