Home
last modified time | relevance | path

Searched refs:opt0h (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h200 u32 opt0h; member
250 u32 opt0h; member
266 u32 opt0h; member
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c433 u32 opt0h, opt0l, opt2; in send_connect() local
447 opt0h = V_NAGLE(0) | in send_connect()
467 req->opt0h = htonl(opt0h); in send_connect()
1220 req->opt0h = htonl(F_DELACK | F_TCAM_BYPASS); in listen_start()
1278 u32 opt0h, opt0l, opt2; in accept_cr() local
1287 opt0h = V_NAGLE(0) | in accept_cr()
1302 rpl->opt0h = htonl(opt0h); in accept_cr()
1332 rpl->opt0h = htonl(F_TCAM_BYPASS); in reject_cr()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h485 __be32 opt0h; member
571 __be32 opt0h; member
582 __be32 opt0h; member
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c171 req->opt0h = htonl(V_KEEP_ALIVE(1) | F_TCAM_BYPASS | in send_act_open_req()