Searched refs:hwrm_req_replace (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hwrm.h | 137 int hwrm_req_replace(struct bnxt *bp, void *req, void *new_req, u32 len);
|
H A D | bnxt_ulp.c | 160 rc = hwrm_req_replace(bp, req, fw_msg->msg, fw_msg->msg_len); in bnxt_send_msg()
|
H A D | bnxt_hwrm.c | 167 * hwrm_req_replace() - Replace request data. 169 * @req: The request to modify. A call to hwrm_req_replace() is conceptually 180 * Depending on the length, hwrm_req_replace() will either copy the new 192 int hwrm_req_replace(struct bnxt *bp, void *req, void *new_req, u32 len) in hwrm_req_replace() function
|
Completed in 3 milliseconds