Searched refs:fp_idx (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_vfpf.c | 605 u8 fp_idx = fp->index; in bnx2x_vfpf_setup_q() local 630 req->vf_qid = fp_idx; in bnx2x_vfpf_setup_q() 638 req->rxq.vf_sb = fp_idx; in bnx2x_vfpf_setup_q() 655 req->txq.vf_sb = fp_idx; in bnx2x_vfpf_setup_q() 671 fp_idx); in bnx2x_vfpf_setup_q() 675 fp_idx, resp->hdr.status); in bnx2x_vfpf_setup_q()
|
| H A D | bnx2x_main.c | 6362 static void bnx2x_init_eth_fp(struct bnx2x *bp, int fp_idx) in bnx2x_init_eth_fp() argument 6364 struct bnx2x_fastpath *fp = &bp->fp[fp_idx]; in bnx2x_init_eth_fp() 6368 fp->rx_queue = fp_idx; in bnx2x_init_eth_fp() 6369 fp->cid = fp_idx; in bnx2x_init_eth_fp() 6415 fp_idx, bp, fp->status_blk.e2_sb, fp->cl_id, fp->fw_sb_id, in bnx2x_init_eth_fp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf.h | 171 int fp_idx; member
|
| H A D | qedf_main.c | 805 io_req, sc_cmd, io_req->xid, io_req->fp_idx, in qedf_eh_abort()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 22410 int fp_idx; 22431 fp_idx = elem->file_idx; 22433 __FUNCTION__, fm_idx, fp_idx, elem->file_path[fp_idx])); 22436 if (strlen(elem->file_path[fp_idx]) != 0) { 22437 if (dhd_file_delete(elem->file_path[fp_idx]) < 0) { 22439 __FUNCTION__, elem->file_path[fp_idx])); 22442 __FUNCTION__, elem->file_path[fp_idx])); 22447 strncpy(elem->file_path[fp_idx], dump_path, DHD_DUMP_FILE_PATH_SIZE); 22448 elem->file_path[fp_idx][DHD_DUMP_FILE_PATH_SIZE - 1] = '\0';
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 22565 int fp_idx; 22586 fp_idx = elem->file_idx; 22588 __FUNCTION__, fm_idx, fp_idx, elem->file_path[fp_idx])); 22591 if (strlen(elem->file_path[fp_idx]) != 0) { 22592 if (dhd_file_delete(elem->file_path[fp_idx]) < 0) { 22594 __FUNCTION__, elem->file_path[fp_idx])); 22597 __FUNCTION__, elem->file_path[fp_idx])); 22602 strncpy(elem->file_path[fp_idx], dump_path, DHD_DUMP_FILE_PATH_SIZE); 22603 elem->file_path[fp_idx][DHD_DUMP_FILE_PATH_SIZE - 1] = '\0';
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 22475 int fp_idx; 22496 fp_idx = elem->file_idx; 22498 __FUNCTION__, fm_idx, fp_idx, elem->file_path[fp_idx])); 22501 if (strlen(elem->file_path[fp_idx]) != 0) { 22502 if (dhd_file_delete(elem->file_path[fp_idx]) < 0) { 22504 __FUNCTION__, elem->file_path[fp_idx])); 22507 __FUNCTION__, elem->file_path[fp_idx])); 22512 strncpy(elem->file_path[fp_idx], dump_path, DHD_DUMP_FILE_PATH_SIZE); 22513 elem->file_path[fp_idx][DHD_DUMP_FILE_PATH_SIZE - 1] = '\0';
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 29869 int fp_idx; 29890 fp_idx = elem->file_idx; 29892 __FUNCTION__, fm_idx, fp_idx, elem->file_path[fp_idx])); 29895 if (strlen(elem->file_path[fp_idx]) != 0) { 29896 if (dhd_file_delete(elem->file_path[fp_idx]) < 0) { 29898 __FUNCTION__, elem->file_path[fp_idx])); 29901 __FUNCTION__, elem->file_path[fp_idx])); 29906 strncpy(elem->file_path[fp_idx], dump_path, DHD_DUMP_FILE_PATH_SIZE); 29907 elem->file_path[fp_idx][DHD_DUMP_FILE_PATH_SIZE - 1] = '\0';
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 29738 int fp_idx; 29759 fp_idx = elem->file_idx; 29761 __FUNCTION__, fm_idx, fp_idx, elem->file_path[fp_idx])); 29764 if (strlen(elem->file_path[fp_idx]) != 0) { 29765 if (dhd_file_delete(elem->file_path[fp_idx]) < 0) { 29767 __FUNCTION__, elem->file_path[fp_idx])); 29770 __FUNCTION__, elem->file_path[fp_idx])); 29775 strncpy(elem->file_path[fp_idx], dump_path, DHD_DUMP_FILE_PATH_SIZE); 29776 elem->file_path[fp_idx][DHD_DUMP_FILE_PATH_SIZE - 1] = '\0';
|