Searched refs:credits_granted (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/common/smbdirect/ |
| H A D | smbdirect_pdu.h | 29 __le16 credits_granted; member 45 __le16 credits_granted; member
|
| /linux/fs/smb/server/ |
| H A D | ksmbd_work.h | 64 unsigned int credits_granted; member
|
| H A D | transport_rdma.c | 566 le16_to_cpu(req->credits_granted), in smb_direct_check_recvmsg() 694 atomic_add(le16_to_cpu(data_transfer->credits_granted), in recv_done() 1274 packet->credits_granted = cpu_to_le16(manage_credits_prior_sending(sc)); in smb_direct_create_header() 1292 le16_to_cpu(packet->credits_granted), in smb_direct_create_header() 1935 resp->credits_granted = cpu_to_le16(manage_credits_prior_sending(sc)); in smb_direct_send_negotiate_response()
|
| H A D | smb2pdu.c | 321 unsigned short credit_charge, credits_granted = 0; in smb2_set_rsp_credits() local 357 credits_granted = min_t(unsigned short, credits_requested, aux_max); in smb2_set_rsp_credits() 359 conn->total_credits += credits_granted; in smb2_set_rsp_credits() 360 work->credits_granted += credits_granted; in smb2_set_rsp_credits() 364 hdr->CreditRequest = cpu_to_le16(work->credits_granted); in smb2_set_rsp_credits() 368 credits_requested, credits_granted, in smb2_set_rsp_credits()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 538 resp->credits_granted, resp->status, in dump_smbdirect_negotiate_resp() 574 if (packet->credits_granted == 0) { in process_negotiation_response() 579 atomic_set(&sc->send_io.credits.count, le16_to_cpu(packet->credits_granted)); in process_negotiation_response() 754 if (le16_to_cpu(data_transfer->credits_granted)) { in recv_done() 755 atomic_add(le16_to_cpu(data_transfer->credits_granted), in recv_done() 1221 packet->credits_granted = cpu_to_le16(new_credits); in smbd_post_send_iter() 1238 le16_to_cpu(packet->credits_granted), in smbd_post_send_iter()
|