Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c260 static inline void zero_extra_bytes(struct pio_buf *pbuf, unsigned int zbytes) in zero_extra_bytes() argument
264 if (zbytes == 0) /* nothing to do */ in zero_extra_bytes()
267 remaining = pbuf->carry_bytes - zbytes; /* remaining bytes */ in zero_extra_bytes()
394 static inline void zero_extra_bytes(struct pio_buf *pbuf, unsigned int zbytes) in zero_extra_bytes() argument
396 pbuf->carry_bytes -= zbytes; in zero_extra_bytes()