Searched refs:pbc_flags (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | ud.c | 595 u64 pbc, pbc_flags = 0; in return_cnp_16B() local 640 pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in return_cnp_16B() 642 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp_16B() 657 u64 pbc, pbc_flags = 0; in return_cnp() local 695 pbc_flags |= (ib_is_sc5(sc5) << PBC_DC_INFO_SHIFT); in return_cnp() 697 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, vl, plen); in return_cnp()
|
D | rc.c | 1222 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_9B() argument 1247 *pbc_flags |= ((!!(sc5 & 0x10)) << PBC_DC_INFO_SHIFT); in hfi1_make_rc_ack_9B() 1275 u64 *pbc_flags, u32 *hwords, in hfi1_make_rc_ack_16B() argument 1304 *pbc_flags |= PBC_PACKET_BYPASS | PBC_INSERT_BYPASS_ICRC; in hfi1_make_rc_ack_16B() 1328 u64 *pbc_flags, u32 *hwords, 1352 u64 pbc, pbc_flags = 0; in hfi1_send_rc_ack() local 1380 &pbc_flags, &hwords, &nwords); in hfi1_send_rc_ack() 1383 pbc = create_pbc(ppd, pbc_flags, qp->srate_mbps, in hfi1_send_rc_ack()
|