Lines Matching defs:buf

8101  * @buf: Pointer to char buffer that will contain rx monitor info data
8102 * @buf_len: Length buf including null char
8107 * If buf is NULL || buf_len == 0, then it is implied that we want to log the
8108 * information to kmsg instead of filling out buf.
8114 struct lpfc_rx_info_monitor *rx_monitor, char *buf,
8125 bool log_to_kmsg = (!buf || !buf_len) ? true : false;
8129 memset(buf, 0, buf_len);
8131 scnprintf(buf, buf_len, "\t%-16s%-16s%-16s%-16s%-8s%-8s%-8s"
8148 /* If !log_to_kmsg, then store to buf. */
8161 if ((strlen(buf) + strlen(tmp)) >= buf_len)
8165 strlcat(buf, tmp, buf_len);
12262 "0410 Cannot find virtual addr for mapped buf on "
21823 * lpfc_release_io_buf - Return one IO buf back to free pool
21825 * @lpfc_ncmd: IO buf to be returned.
21828 * This routine returns one IO buf back to free pool. If this is an urgent IO,
21829 * the IO buf is returned to expedite pool. If cfg_xri_rebalancing==1,
21830 * the IO buf is returned to pbl_pool or pvt_pool based on watermark and
21831 * xri_limit. If cfg_xri_rebalancing==0, the IO buf is returned to
21924 * lpfc_get_io_buf_from_private_pool - Get one free IO buf from private pool
21930 * This routine tries to get one free IO buf from private pool.
21933 * pointer to one free IO buf - if private pool is not empty
21963 * lpfc_get_io_buf_from_expedite_pool - Get one free IO buf from expedite pool
21966 * This routine tries to get one free IO buf from expedite pool.
21969 * pointer to one free IO buf - if expedite pool is not empty
22005 * one free IO buf.
22017 * pointer to one free IO buf - if private pool is not empty
22273 * @lpfc_buf: IO buf structure to append the SGL chunk
22342 * @lpfc_buf: IO buf structure with the SGL chunk
22414 * @lpfc_buf: IO buf structure to attach the CMD/RSP buffer
22490 * @lpfc_buf: IO buf structure with the CMD/RSP buf
22531 * This routine frees all CMD/RSP buffers of hdwq's CMD/RSP buf pool.
22547 /* Free cmd_rsp buf pool */